summaryrefslogtreecommitdiff
path: root/python/examples
AgeCommit message (Collapse)Author
2019-01-17update company name and copyright dateJordan Wiens
2018-11-26convert core_serial, version, build_id ando thers to methodsJordan Wiens
2018-11-26Fix version switcher on Python 3Rusty Wagner
2018-11-21Fixed export_svg.py to work with FlowGraphs and fixed several issues due to ↵Josh Watson
Python3
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 ↵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-13Add GetInstructionAlignment Callback to Architecture.Brian Potchik
2017-07-15Fixed wrong enumeration in angr pluginPeter LaFosse
2017-05-31Example implementing notification callbacksPeter LaFosse
2017-05-19update copyright yearJordan Wiens
2017-05-15Adding a constant expression with pointer hint for improved typesRusty Wagner
2017-05-09style tweaks and banner at the bottom of svgsJordan Wiens
2017-05-04Initial support for concrete flags computationRusty Wagner
2017-05-02Fix NES plugin for new IL APIRusty Wagner
2017-05-02add method to query log output statePeter LaFosse
2017-02-18Add back edge property to block edgesRusty Wagner
2017-01-27use cleaner import and update API to actually trigger updateJordan Wiens
2017-01-07More fixes for refactorPeter LaFosse
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ↵Peter LaFosse
existing plugins
2017-01-02Manual merging with devPeter LaFosse
2017-01-02merging svg export changesPeter LaFosse
2017-01-02Making platform and architecture optional parameters where possiblePeter LaFosse
2016-10-31Refactoring and other improvements of the python apiplafosse
2016-10-28Merging with devplafosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also ↵plafosse
fixed bugs found with pyflakes
2016-10-10Merge branch 'segments' into devRusty Wagner
2016-10-10Rename data to session_data, as this API is per-session and not stored in the dbRusty Wagner
2016-10-09Added NDS parser as example for segment APIsRusty Wagner
2016-09-29Adding APIs for segments and sectionsRusty Wagner
2016-09-26Fix NES plugin after API changesRusty Wagner
2016-09-21update for new plugins and mention difference between personal and commercialJordan Wiens
2016-09-20update svg exporter to use new dialogsJordan Wiens
2016-09-20add file save dialog and fix spacingJordan Wiens
2016-09-19Add example plugin to solve with angrRusty Wagner
2016-09-16Add the color support to export_svg.pyrootbsd
2016-09-13rename files to allow them to be importedJordan Wiens
2016-09-13better defaults for version switcherJordan Wiens
2016-09-12Merge pull request #426 from bambu/new_syscall_pluginJordan
Updated arm-syscall plugin to work with current api -- thanks bambu
2016-08-25Updated arm-syscall plugin to work with current apiBambu
2016-08-24fix export to work on windowsJordan Wiens
2016-08-23no longer use the beta channel nameJordan
2016-07-15Add API for instruction length and option for showing opcodes in disassemblyRusty Wagner
2016-06-30remove sleep from sample pluginsJordan Wiens
2016-06-02fix padding bugs, no padding anywhere now but at least its consistentJordan Wiens
2016-06-02SVG export fixes for borderplafosse
2016-06-02properly escape higher unicode, use address instead of function in filename, ↵Jordan Wiens
add indirect branch style, split style
2016-06-01missed a few colorsJordan Wiens
2016-06-01stylized svg and start of tooltipsJordan Wiens
2016-05-24Early prototype for svg export. Needs more styles, possibly fix clickable ↵Jordan Wiens
links, however, and zoom.