index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
binaryview.py
Age
Commit message (
Expand
)
Author
2017-07-10
Add confidence levels to type objects
Rusty Wagner
2017-05-31
Fixing BinaryDataNotificationCallbacks
Peter LaFosse
2017-05-19
Merge branch 'dev' of github.com:Vector35/binaryninja-api into dev
Jordan Wiens
2017-05-19
update copyright year
Jordan Wiens
2017-05-17
BinaryView doc string fixes
Bambu
2017-05-09
add warnings for duplicate symbols
Jordan Wiens
2017-03-19
Merge pull request #607 from chemberger/patch-2
Jordan
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-28
example documentation fix for BinaryWriter
Claude Hemberger
2017-01-23
BinaryView.get_view_of_file Fix (#603)
Josh Watson
2017-01-19
Add API to find virtual address from file offset
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-10
Fix bv.symbols
Peter LaFosse
2017-01-09
Use new style class definitions, add __init__ BinaryDataNotification
Peter LaFosse
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
Manual merging with dev
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
Refactor python api into separate files and add Enumeration support. Also fix...
plafosse