summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
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-23Update python/mediumlevelil.pyRyan Stortz
2019-03-23Update python/lowlevelil.pyRyan Stortz
2019-03-23Add __hash__ to IL Function objectsJosh Watson
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-22Add get_ascii_string_atdevtty1er
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-20Add an is_main_thread APIRusty Wagner
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-20Add ordinals to symbolsRusty Wagner
2019-03-20Initial example triage UI pluginRusty Wagner
2019-03-20Improve initialization performance of StructuredDataView, add struct lengthRusty Wagner
2019-03-20Add example UI pluginRusty Wagner
2019-03-20Add flow graph options for additional UI featuresRusty Wagner
2019-03-14Fix typo and add length check.Brian Potchik
2019-03-14BinaryView API for entropy.Brian Potchik
2019-03-12api: update to support getting source blocks from IL blocksRyan Snyder
2019-03-08Fix commentPeter LaFosse
2019-03-08Add ability to index into functions and basicblocksPeter LaFosse
2019-03-07Don't let data renderer plugins go out of scopeRusty Wagner
2019-03-06Add ability to query cross references directly on data variablesPeter LaFosse
2019-03-06Add get_data_refs_from APIPeter LaFosse
2019-02-28Fix typo in API nameRusty Wagner