summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2021-11-10Rename ILInstruction classes as pure camel casePeter LaFosse
2021-11-10Add support for passing list of types to StructureBuilder\StructureType .crea...Peter LaFosse
2021-11-10Rename TypedDataReader to TypedDataAccessorPeter LaFosse
2021-11-10Fix name collision on 'ILInstruction'Peter LaFosse
2021-11-10Small refactor to DataVariable/CoreDataVariable inheritance, and add support ...Peter LaFosse
2021-11-08add pep 484 and 561 compliance, fixes #2747Jordan Wiens
2021-11-05Turn some apis back into Lists for ease of use, improve __repr__ for list and...Peter LaFosse
2021-11-05Fix vars_written/vars_read/vars_address_takenPeter LaFosse
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-05Make all ILInstructions inherit from the same abstract base classPeter LaFosse
2021-11-05Improvements to AdvancedILFunctionList to support iterating supplied iteratorsPeter LaFosse
2021-11-05Backward compatible workaround for log importPeter LaFosse
2021-10-28Smartly update the TypeViewXusheng
2021-10-26Replace log/scripting console dock widgets with global area conceptRusty Wagner
2021-10-22Fix lineardisassembly.py typosGlenn Smith
2021-10-21Add HighLevelILFunction::IsVarLiveAt and HighLevelILFunction::IsSSAVarLiveAtKyleMiles
2021-10-21Fix version_switcher.pyJosh F
2021-10-20Update Function.function_type to use types.FunctionType instead of types.TypeJosh F
2021-10-19More accurate description of operand argumentGlenn Smith
2021-10-19Docs for get/set integer display typeGlenn Smith
2021-10-15Database python apiGlenn Smith
2021-10-11Allow get_functions_by_name to get functions which start with 'sub_'Peter LaFosse
2021-10-11Fix return type of lowlevelil 'get_float'Peter LaFosse
2021-10-11Fix LowLevelIL returning an invalid ILSemanticFlagClassPeter LaFosse
2021-10-11Revert 'mlils' back to list instead of GeneratorPeter 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-08Add __contains__ to AddressRangePeter 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-10-05More HLIL API parity; Resolves #2363KyleMiles
2021-10-04Fix error condition on _get_int_return_regPeter LaFosse
2021-10-04Fix display name of custom Platform objectsPeter LaFosse
2021-10-04Add dataclasses.py to fix python 3.6 backward compatibilityPeter LaFosse
2021-09-30Add some additional asserts around calls to BNCreatePlatformPeter LaFosse
2021-09-30Fix type errors in Platform and prevent creation of Platform without namePeter LaFosse
2021-09-30Assert when attempting to directly instantiate a Platform objectPeter LaFosse
2021-09-30Remove unsafe BNDeleteAutoVariablePeter LaFosse
2021-09-30Add BinaryView.libraries api to list used librariesPeter LaFosse
2021-09-30small doc fixesJordan Wiens
2021-09-30Allow string representation of types to be passed as parameters to methods wh...Peter LaFosse
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 HLIL Conditional OperationsPeter LaFosse
2021-09-28Remove some unnecessary codePeter LaFosse