summaryrefslogtreecommitdiff
path: root/python/examples
AgeCommit message (Collapse)Author
2019-03-22kaitai: allow selection of structPath textAndrew Lamoureux
(field was disabled, now it's just read-only)
2019-03-22kaitai: select first row, re-scroll after treewidget resizeAndrew Lamoureux
2019-03-22kaitai: don't store file contents in tree!! clamp at 8Andrew Lamoureux
2019-03-22kaitai: initial minimal tree expansion until rows filledAndrew Lamoureux
2019-03-22kaitai: disclude circular formats on py2, more error reportingAndrew Lamoureux
2019-03-21kaitai: better error reporting when parser failsAndrew Lamoureux
2019-03-21kaitai: recognize zip, rar, gzipAndrew Lamoureux
2019-03-21kaitai: statusbar widget menu to select any formatAndrew Lamoureux
also: stop assuming file size on startup, return priority 1 (not 0)
2019-03-21Merge branch 'dev' of github.com:Vector35/binaryninja-api into devAndrew Lamoureux
2019-03-21Fix global keybindings that are not in menus, fix crash on exit in snippets ↵Rusty Wagner
plugin
2019-03-20kaitai: isolate the __main__ tests from binaryninjaAndrew Lamoureux
(so you don't require binaryninja to tests just the compiled kaitai formats)
2019-03-20kaitai: priority again, and dump the QGroupBoxes (take#2)Andrew Lamoureux
this with missed in the ui_plugins_shared -> dev merge
2019-03-20kaitai: more format compatibility, testingAndrew Lamoureux
2019-03-20Fix Python 2 issue in triage pluginRusty Wagner
2019-03-20kaitai: adjustments and rearrangements for python2/3 compatAndrew Lamoureux
2019-03-20kaitai: all formats compiled and includedAndrew Lamoureux
2019-03-20kaitai: gif, jpg, png support and return proper priorityAndrew Lamoureux
2019-03-20Fix some bugs in triage pluginRusty Wagner
2019-03-20kaitai UI plugin + elf,macho,peAndrew Lamoureux
2019-03-20initial snippets pluginJordan Wiens
2019-03-20Filters for imports and exports in triage viewRusty Wagner
2019-03-20Updated triage exampleRusty Wagner
2019-03-20Initial example triage UI pluginRusty Wagner
2019-03-20Add example UI pluginRusty Wagner
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