index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
types.py
Age
Commit message (
Expand
)
Author
2017-08-29
Updating APIs to deal with stack adjustment
Rusty Wagner
2017-08-23
Added APIs for clobbered registers, global pointers, and function exit data f...
Rusty Wagner
2017-08-17
Support custom calling conventions in the type parser and type objects
Rusty Wagner
2017-08-15
Add APIs to access and update portions of the function type, and added new AP...
Rusty Wagner
2017-07-26
Merge type propagation into dev
Rusty Wagner
2017-07-18
Add instruction for indirect structure access
Rusty Wagner
2017-07-17
Fix referenced to old calling convention api, Fixes #739
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-25
Modify how structures are created in the type system, expose additional struc...
Peter LaFosse
2017-05-19
update copyright year
Jordan Wiens
2017-02-16
Basic blocks have incoming and outgoing edges with basic block references, us...
Rusty Wagner
2017-02-10
Merge branch 'type_view' into dev
Rusty Wagner
2017-02-10
Merge in pull requests that never made it into dev
Rusty Wagner
2017-02-09
APIs for handling platform types
Rusty Wagner
2017-02-06
Add type IDs for types to track across renames
Rusty Wagner
2017-01-17
Add missing Python APIs
Rusty Wagner
2017-01-16
Fix lint issues
Rusty Wagner
2017-01-16
Merge branch 'dev' into type_view
Rusty Wagner
2017-01-05
Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...
Peter LaFosse