summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Collapse)Author
2022-03-07Fix BinaryView.libraries() in Python APIXusheng
2022-03-04Add a few optimizations to the python API for querying platformPeter LaFosse
2022-02-18Fix analysis_info repr.Brian Potchik
2022-02-08Remove user data tag docstrings for auto tagsFabian Freyer
2022-02-02Fix open_view() on a bndb not setting FileMetadata.filenameGlenn Smith
2022-01-28Format All FilesKyleMiles
2022-01-19Turn some asserts back into exceptionsPeter LaFosse
2022-01-19Many type check fixesPeter LaFosse
2022-01-17Make various database progress functions cancellableGlenn Smith
2022-01-13Fix a bunch of core function calls with bad argsGlenn Smith
2022-01-04added BinaryView.get_data_offset_for_address to python APIGalen Williamson
2022-01-03update copyright yearsJordan Wiens
2021-12-18add warning to abort_analysisJordan Wiens
2021-11-29Better handling of symbols whose raw names are obfuscatedPeter LaFosse
2021-11-29Fix type check warnings in TypedDataAccessorPeter LaFosse
2021-11-29Fix import path in register_platform_recognizerPeter LaFosse
2021-11-10Rename TypedDataReader to TypedDataAccessorPeter LaFosse
2021-11-10Small refactor to DataVariable/CoreDataVariable inheritance, and add support ↵Peter LaFosse
for setting DataVariable's values
2021-11-05Turn some apis back into Lists for ease of use, improve __repr__ for list ↵Peter LaFosse
and mapping containers
2021-11-05Fix TypedDataReader member accessesPeter LaFosse
2021-11-05Add IL class heirarchy graph reportPeter LaFosse
2021-11-05Properly calculate the width of NamedTypeReferences in TypedDataReaderPeter LaFosse
2021-11-05Improvements to AdvancedILFunctionList to support iterating supplied iteratorsPeter LaFosse
2021-10-28Smartly update the TypeViewXusheng
2021-10-11Allow get_functions_by_name to get functions which start with 'sub_'Peter LaFosse
2021-10-11Fix type check error in libraries APIPeter LaFosse
2021-10-11Remove unnecessary LLILBasicBlocksTypePeter LaFosse
2021-10-11Fix documentation string for get_functions_by_namePeter LaFosse
2021-10-07Make TypedDataReader value return byte array for arrays of integers of size 1Peter LaFosse
2021-10-07Make define_user_data_var return the created DataVariablePeter LaFosse
2021-09-30Add BinaryView.libraries api to list used librariesPeter LaFosse
2021-09-30Allow string representation of types to be passed as parameters to methods ↵Peter LaFosse
which require Type objects
2021-09-29Improved Universal (FAT) architecture preference selection.Brian Potchik
2021-09-29Fix TypeMapping and SymbolMappingPeter LaFosse
2021-09-29Fix 'get_function_at' API for multi-arch binaries.Brian Potchik
2021-09-29add explanation of save options and warnings on get_view_of_file APIsJordan Wiens
2021-09-28Fix _LinearDisassemblyLine_convertorPeter LaFosse
2021-09-28Fix include in binaryview.pyPeter LaFosse
2021-09-28FunctionList changesPeter LaFosse
2021-09-28Removed some commented codePeter LaFosse
2021-09-28AdvancedILFunctionList class and methods mlil_function, and hlil_functionPeter LaFosse
2021-09-28More f-stringsPeter LaFosse
2021-09-24Use more f-stringsPeter LaFosse
2021-09-23Cleanup tag list and tag renderingGlenn Smith
2021-09-23Fix BinaryView.range_contains_relocationPeter LaFosse
2021-09-22Add __contains__ for Function, Section, Segment, BasicBlock and BinaryViewPeter LaFosse
Addresses issue binaryninja-api#1113
2021-09-22Add BinaryView.length and deprecate BinaryView.__len__ addresses ↵Peter LaFosse
binaryninja-api#2081
2021-09-22Fix Section __repr__Peter LaFosse
2021-09-17Add back in get_disassembly minus the cruft for backward compatibilityPeter LaFosse
2021-09-17Raise an exception when attempting to write to memory which has a relocationPeter LaFosse