summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2022-11-10Resolve usage of deprecated BinaryView.__len__()kat
2022-10-18remove reference to old show documentation APIJordan Wiens
2022-10-17documentation overhaulJordan Wiens
2022-10-17fix Platform.os_listJordan Wiens
2022-10-14Fix debug info 'function' APIsKyleMiles
2022-10-14Fix some minor bugs in BasicBlock and highlight APIPeter LaFosse
2022-10-12Demangler improvementsPeter LaFosse
2022-10-12Let "make code" become first-class feature. Fix https://github.com/Vector35/b...Xusheng
2022-10-11api: expose methods needed to construct offset pointersRyan Snyder
2022-10-10[Python API] Fixed PointerType.origin to return a valid NTRTypeGlenn Smith
2022-10-10python: support for getting offset pointer origin informationRyan Snyder
2022-10-09Remove default load settings; Move settings `analysis.debugInfoInternal` and ...KyleMiles
2022-10-07Fix one case of resources not being freed right away when closing tabsRusty Wagner
2022-10-05Add SetExprType API to MLIL/HLILXusheng
2022-10-04Add API bindings for `BNBinaryViewGetDefaultLoadSettings` for force API actio...KyleMiles
2022-10-04Rename and move `Analysis/Database Merge Tool` to `File/Merge Databases`; Add...KyleMiles
2022-10-04Deprecate unused BinaryViewTypeArchitectureConstant APIXusheng
2022-09-29DebugInfo: make parseInfo have a progress callbackGlenn Smith
2022-09-29Make DebugInfo::parse failableGlenn Smith
2022-09-29Interaction::RunProgressDialogGlenn Smith
2022-09-29Fix TypeParserResult annotated typeGlenn Smith
2022-09-29BinaryViewType.open(): Allow PathLike filenameGlenn Smith
2022-09-29[Python API] Type hints for SymbolMappingGlenn Smith
2022-09-22Add new DebugInfo APIsKyleMiles
2022-09-22Add the Components APIkat
2022-09-15- send the correct type to `BNCreateDatabaseWithProgress`verylazyguy
2022-09-13No longer mark debugger as betaXusheng
2022-09-07Fix misspell in rebase and its type hintsPeter LaFosse
2022-09-06Make sure to release references when the last tab of a binary is closedXusheng
2022-09-01Splitting of variablesRusty Wagner
2022-08-26implement hash for CoreDataVariableJordan Wiens
2022-08-26rename current_file_offset to current_raw_offsetJordan Wiens
2022-08-25Fix LowLevelILConstantBase __eq__ against unexpected typesGlenn Smith
2022-08-23Fix loading existing database having empty FileMetadataJosh F
2022-08-22Fix issue where EnumerationBuilder couldn't set the width of the enumerationPeter LaFosse
2022-08-22let .vars of an SSA MLIL/HLIL function return a list of SSA variablesXusheng
2022-08-20Improve Python/C++ APIs to get registers, register stacks, and flags for LLILXusheng
2022-08-19Produce non-ast HLIL expression forms for HLIL mappings.Brian Potchik
2022-08-19fixed BinaryView.get_functions_by_name to handle cases like `sub_main`Galen Williamson
2022-08-18fix typos in various doc strings (a/an, repeated words) (skip-ci)Galen Williamson
2022-08-18Fix trying to delete incomplete LowLevelILFunctionJosh F
2022-08-16Document BinaryViewTypes and another portion of BinaryViewkat
2022-08-16Properly check whether self.active_view is None. Close https://github.com/Vec...Xusheng
2022-08-14Update documentation settings, update Settings documentationkat
2022-08-10Merge variables API/UI, variable liveness API for determining soundness of va...Rusty Wagner
2022-08-09Add New Theme and some C++ API Documentationkat
2022-08-08Un-deprecate BinaryView.symbols(), and raise KeyError like a real dictGlenn Smith
2022-08-08Add call to _init_plugins() to RepositoryManager.__init__Josh F
2022-08-08implement is_thunk, closes PR #3343Jordan Wiens
2022-08-08Add missing get_basic_block_at() function for IL functions in Python API. Clo...Xusheng