summaryrefslogtreecommitdiff
path: root/python/examples
AgeCommit message (Expand)Author
2019-06-12add dock widget exampleJordan Wiens
2019-05-24Limit size of entropy image to fix crashRusty Wagner
2019-05-21Bring Python triage plugin changes to C++, don't default to raw files always ...Rusty Wagner
2019-05-16only include filename so unit tests dont depend on paths and unit tests can r...Jordan Wiens
2019-05-14kaitai: remove type hint for python2 compatibilityAndrew Lamoureux
2019-05-11kaitai: fix fields with values 0 being hiddenAndrew Lamoureux
2019-04-22Updates to support get_ssa function returning Instructions instead of indices.Brian Potchik
2019-04-18add readme for triage example pluginJordan Wiens
2019-04-11Added filters to TriageFilePicker to show hidden files and foldersAlex Mullins
2019-04-09add support for resolving dynamic function loads to triage viewJordan Wiens
2019-04-06kaitai: tree, hex realestate adjustable (QSplitter)Andrew Lamoureux
2019-04-02Add a C++ version of the triage plugin (no Makefile yet)Rusty Wagner
2019-04-01make qsettings match on non-macos platforms and craete snippet folder if missingJordan Wiens
2019-03-28Cleanup setting IDs for new UI plugins.Brian Potchik
2019-03-27Add API for adding a new type of file open button on the new tab pageRusty Wagner
2019-03-27Fix an issue with keyboard shortcuts when imports/exports list is activeRusty Wagner
2019-03-27Fix navigation for raw file mode of triage view.Brian Potchik
2019-03-26Add a tokenized text view class for UI pluginsRusty Wagner
2019-03-26Add BinaryDataNavigable API to View which enables FeatureMap/UI Plugin naviga...Brian Potchik
2019-03-23kaitai: two-pass on struct fields to entice out "_m_XXX" fieldsAndrew Lamoureux
2019-03-23kaitai: python3-compatible forgiveness for struct propertiesAndrew Lamoureux
2019-03-23kaitai: omit '_m_' prefix for fields in struct pathAndrew Lamoureux
2019-03-22kaitai: allow selection of structPath textAndrew Lamoureux
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
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 p...Rusty Wagner
2019-03-20kaitai: isolate the __main__ tests from binaryninjaAndrew Lamoureux
2019-03-20kaitai: priority again, and dump the QGroupBoxes (take#2)Andrew Lamoureux
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 P...Josh Watson