summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2019-09-03repr for llil and mlil blocks now uses decimal indexes to match the UIJordan Wiens
2019-09-03modifying rlcompleter to support completion through list lookups, updating ↵Jordan Wiens
license information as well
2019-08-30Make GetPlatformFunctionByName optionally strip leading underscores when ↵Peter LaFosse
matching
2019-08-29Add settings API to query keys and json stringified values.Brian Potchik
2019-08-28add transform documentationJordan Wiens
2019-08-28typoJordan Wiens
2019-08-28fix some tabs/spaces issues in documentationJordan Wiens
2019-08-28initial documentation for add_user_section and add_user_segmentJordan Wiens
2019-08-28add preference for showing hidden files in triageJordan Wiens
2019-08-27Fix documentation for parse_expression apiPeter LaFosse
2019-08-26better error handling for invalid snippetsJordan Wiens
2019-08-26fix hotkeys for snippets and move all snippets into a tool submenuJordan Wiens
2019-08-23Fix binaryview _read method for python3 compatability.Brian Potchik
2019-08-23fix typo in registerstackinfo reprJordan Wiens
2019-08-19update nes example plugin for python3 supportJordan Wiens
2019-08-16add hash method for RegisterValue, MediumLevelILOperationAndSize, and ↵Jordan Wiens
MediumLevelILInstruction
2019-08-11Eliminate mandatory ephemeral view creation during open with options.Brian Potchik
2019-08-09Fix get_instruction_lines to add width parameterPeter LaFosse
2019-08-08Fix python3 issue with BinaryWriter.writePeter LaFosse
2019-08-07fix off-by-one in highest_addrsesJordan Wiens
2019-08-07Settings system improvements.Brian Potchik
2019-08-04remove .size on functionJordan Wiens
2019-08-04add total_bytes, highest_address, and lowest_address to native functions (in ↵Jordan Wiens
API only for now, will be moved into the core later)
2019-08-03Fix llil ssa_form and non_ssa_form instruction indexPeter LaFosse
2019-08-03Fix ssa_form and non_ssa_form instruction indexPeter LaFosse
2019-08-02Refactor settings system to be reference counted.Brian Potchik
2019-08-01TagsGlenn Smith
2019-07-31Cache function callee addresses and create an API to access themrollsafe
2019-07-29add documentation for folder groupings of other register_for functionsJordan Wiens
2019-07-29Input completion through pythonGlenn Smith
2019-07-29RegisterValue class now has __eq__ method, documentation, and fix for ↵Jordan Wiens
uninitialized type property
2019-07-29can now disable user plugins from headless via BN_DISABLE_USER_PLUGINS env varJordan Wiens
2019-07-24small documentation improvementsJordan Wiens
2019-07-24small typo fixup in triage toolJordan Wiens
2019-07-23Add API to process tokens for integer display types, comments, etc.Rusty Wagner
2019-07-23Fix DataBuffer UAF in Transform Python API.Brian Potchik
2019-07-22Create API for whether a basic block contains any invalid instructionsrollsafe
2019-07-18Add Symbol aliases to cope with duplicate symbolsrollsafe
2019-07-14Add support for sorting the symbol list by name or addressPeter LaFosse
Refactoring Function List to support Symbols and Data Variables too Renaming FunctionList and FunctionsView to SymbolList/SymbolsView Keep track of current selection and scroll position between model resets
2019-07-11Support encoding/decoding of unicode strings between the API and the coreKyleMiles
2019-07-10Remove extraneous str cast for instruction patchingKyleMiles
2019-07-08PluginManager refactor for supporting plugin installation uiPeter LaFosse
Expose additional PluginManager APIs and update documentation
2019-07-08Cleanup docs for BinaryView.get_code_refs_fromrollsafe
2019-07-03- fix a type error when trying to create a function type with a parameter ↵verylazyguy
that has a location
2019-07-03make get_var_definition and get_var_uses return instructions instead of indexesKyleMiles
Co-authored-by: verylazyguy <verylazyguy@hotmail.com>
2019-07-03Fix log warning formattingKyleMiles
Co-authored-by: Vasco-jofra <Vasco-jofra@users.noreply.github.com>
2019-07-02Fix infinite loop for basic blocks with invalid instructionsrollsafe
2019-07-01add contains for LLIL and MLIL basic blocksJordan Wiens
2019-06-27add comparators for MLIL and LLIL instructionsJordan Wiens
2019-06-21Fix custom Transforms for python3Josh Watson