summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
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
2019-02-26Fix some flow graph and disassembly API issuesRusty Wagner
2019-02-22Add API for constructing disassembly textRusty Wagner
2019-02-19Fix documentation for show_html_report and show_markdown_reportPeter LaFosse
2019-02-08Fixed imports in undoaction.pyJosh Watson
2019-02-08Initial commit of StructuredDataView and StructureDataValue classesRyan Stortz
2019-02-08Fix some python2 / python3 issues in Metadata Bambu
2019-02-01python: make arch hooks transparentRyan Snyder
2019-01-30Don't require a source function for LLIL functionsRusty Wagner
2019-01-30Fix rebase removing changesRusty Wagner
2019-01-30Prepare API for Python UI bindingsRusty Wagner
2019-01-30Fix documentation for Type.constPeter LaFosse
2019-01-29Add short alises for low_level_il (llil) and medium_level_il (mlil)Peter LaFosse
2019-01-29Add cancelScript api for scriptingProviderPeter LaFosse
2019-01-25Add CopyValue to Settings APi.Brian Potchik
2019-01-22fixes #1253 for get_instruction_textJordan Wiens
2019-01-22fixes #1253 by handling bytes and strings for find_next_dataJordan Wiens
2019-01-20Don't use xrange for relocation APIsPeter LaFosse