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 (
Expand
)
Author
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-08-11
Fixing some broken documentation
Peter LaFosse
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-14
fix documentation for perform_get_instruction_low_level_il
Peter LaFosse
2017-07-12
bug fix for: get_default_flag_write_low_level_il and get_flag_write_low_level_il
Peter LaFosse
2017-07-10
Add confidence levels to type objects
Rusty Wagner
2017-06-01
Use enumeration types for Endianness and ImplicitRegisterExtend
Peter LaFosse
2017-05-31
Make branches types always use the enumeration not the name
Peter LaFosse
2017-05-19
update copyright year
Jordan Wiens
2017-05-04
Initial support for concrete flags computation
Rusty Wagner
2017-05-02
Renaming SSA index to version, more uniform register and variable representat...
Rusty Wagner
2017-03-22
update documentation for get_instruction_low_level_il
Jordan Wiens
2017-03-15
convenience function for bytes->IL
Andrew Lamoureux
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-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 ex...
Peter LaFosse
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 fix...
plafosse