index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
architecture.py
Age
Commit message (
Collapse
)
Author
2017-03-15
convenience function for bytes->IL
Andrew Lamoureux
new function: get_low_leveil_il_from_bytes() in Architecture example use: >>> arch.get_low_level_il_from_bytes('\xeb\xfe', 0x40DEAD) <il: jump(0x40dead)>
2017-02-16
Basic blocks have incoming and outgoing edges with basic block references, ↵
Rusty Wagner
use core object identity for equality
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-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-09
Wrapping some unwrapped enumeration values, and adding il basic block indexing
Peter LaFosse
2017-01-07
More fixes for refactor
Peter LaFosse
2017-01-05
Modifying how enumerations are exposed and used, and a bunch of cleanup of ↵
Peter LaFosse
existing plugins
2017-01-02
Making platform and architecture optional parameters where possible
Peter LaFosse
2016-10-31
Refactoring and other improvements of the python api
plafosse
2016-10-28
Merging with dev
plafosse
2016-10-28
Refactor python api into separate files and add Enumeration support. Also ↵
plafosse
fixed bugs found with pyflakes
[prev]