index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
callingconvention.py
Age
Commit message (
Collapse
)
Author
2017-08-23
Added APIs for clobbered registers, global pointers, and function exit data ↵
Rusty Wagner
flow info
2017-08-17
Work around limitations in ctypes
Rusty Wagner
2017-08-15
Add APIs to access and update portions of the function type, and added new ↵
Rusty Wagner
APIs for global registers and implicit incoming state in calling conventions
2017-07-26
Merge type propagation into dev
Rusty Wagner
2017-07-17
Fix referenced to old calling convention api, Fixes #739
Peter LaFosse
2017-07-15
Fixes #539 CallingConvention can not be instantiated in the python api
Peter LaFosse
2017-07-14
Adding API to get type of MLIL expression
Rusty Wagner
2017-07-10
Add confidence levels to type objects
Rusty Wagner
2017-05-19
update copyright year
Jordan Wiens
2017-02-16
Basic blocks have incoming and outgoing edges with basic block references, ↵
Rusty Wagner
use core object identity for equality
2016-10-28
Refactor python api into separate files and add Enumeration support. Also ↵
plafosse
fixed bugs found with pyflakes