summaryrefslogtreecommitdiff
path: root/python/examples/nes.py
AgeCommit message (Expand)Author
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...Josh Ferrell
2026-01-01update copyrights for 2026Jordan Wiens
2025-03-28missed the older dates!Jordan Wiens
2024-08-06Add flag role for carry flag when subtraction is implemented with additionRusty Wagner
2024-01-08update copyright yearJordan Wiens
2023-05-30nes.py : Add missing perform_get_address_size functionKyleMiles
2023-01-05Update copyright to 2023Josh F
2022-05-23Fix nes.py examplePeter LaFosse
2022-02-17Add some additional function.py unit testsPeter LaFosse
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-01-18updating copyright yearJordan Wiens
2020-01-01update copyright year to 2020Jordan Wiens
2019-08-19update nes example plugin for python3 supportJordan Wiens
2019-01-17update company name and copyright dateJordan Wiens
2018-07-10Rebased so commit history is correct nowKyleMiles
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2018-03-23Architecture plugins no longer need to override the perform_* methods (you ca...Rusty Wagner
2017-11-13Add GetInstructionAlignment Callback to Architecture.Brian Potchik
2017-05-19update copyright yearJordan Wiens
2017-05-15Adding a constant expression with pointer hint for improved typesRusty Wagner
2017-05-04Initial support for concrete flags computationRusty Wagner
2017-05-02Fix NES plugin for new IL APIRusty Wagner
2017-01-07More fixes for refactorPeter LaFosse
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...Peter LaFosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse
2016-09-29Adding APIs for segments and sectionsRusty Wagner
2016-09-26Fix NES plugin after API changesRusty Wagner
2016-07-15Add API for instruction length and option for showing opcodes in disassemblyRusty Wagner
2016-05-08Add additional IL stage for flags resolutionRusty Wagner
2016-05-03Add APIs for flag information and data flowRusty Wagner
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-04-10Move all of API and Python bindings into api directoryRusty Wagner