index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
examples
/
nes.py
Age
Commit message (
Collapse
)
Author
2022-05-23
Fix nes.py example
Peter LaFosse
2022-02-17
Add some additional function.py unit tests
Peter LaFosse
2022-01-28
Format All Files
KyleMiles
2022-01-03
update copyright years
Jordan Wiens
2021-09-05
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse
2021-01-18
updating copyright year
Jordan Wiens
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-08-19
update nes example plugin for python3 support
Jordan Wiens
2019-01-17
update company name and copyright date
Jordan Wiens
2018-07-10
Rebased so commit history is correct now
KyleMiles
2018-07-10
working division, prints, and metaclasses, but imports broken, still needs work
Jordan Wiens
2018-03-23
Architecture plugins no longer need to override the perform_* methods (you ↵
Rusty Wagner
can now override get_instruction_info, not perform_get_instruction_info). The perform_* methods are now deprecated but will still function as expected. Added architecture hooks to Python API using this new style.
2017-11-13
Add GetInstructionAlignment Callback to Architecture.
Brian Potchik
2017-05-19
update copyright year
Jordan Wiens
2017-05-15
Adding a constant expression with pointer hint for improved types
Rusty Wagner
2017-05-04
Initial support for concrete flags computation
Rusty Wagner
2017-05-02
Fix NES plugin for new IL API
Rusty Wagner
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
2016-10-28
Refactor python api into separate files and add Enumeration support. Also ↵
plafosse
fixed bugs found with pyflakes
2016-09-29
Adding APIs for segments and sections
Rusty Wagner
2016-09-26
Fix NES plugin after API changes
Rusty Wagner
2016-07-15
Add API for instruction length and option for showing opcodes in disassembly
Rusty Wagner
2016-05-08
Add additional IL stage for flags resolution
Rusty Wagner
2016-05-03
Add APIs for flag information and data flow
Rusty Wagner
2016-04-10
Add MIT license for API wrappers
Rusty Wagner
2016-04-10
Move all of API and Python bindings into api directory
Rusty Wagner