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 (
Expand
)
Author
2026-04-15
[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...
Josh Ferrell
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-03-28
missed the older dates!
Jordan Wiens
2024-08-06
Add flag role for carry flag when subtraction is implemented with addition
Rusty Wagner
2024-01-08
update copyright year
Jordan Wiens
2023-05-30
nes.py : Add missing perform_get_address_size function
KyleMiles
2023-01-05
Update copyright to 2023
Josh F
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 ca...
Rusty Wagner
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 ex...
Peter LaFosse
2016-10-28
Refactor python api into separate files and add Enumeration support. Also fix...
plafosse
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