summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
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
2021-09-28Fix _LinearDisassemblyLine_convertorPeter LaFosse
2021-09-28Improve type hints in lineardisassembly.pyPeter LaFosse
2021-09-28Fix assert message in lowlevelil.pyPeter LaFosse
2021-09-28Add Refactor Symbol to CoreSymbol and SymbolPeter LaFosse
2021-09-28Fix include in binaryview.pyPeter LaFosse
2021-09-28Add BasicBlockList class for improved iteration speed of basic blocksPeter LaFosse
2021-09-28Fix BasicBlock iteration for arm/thumbPeter 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-27Workflow fix: encoding stringsAndrew Lamoureux
2021-09-27Fix repr for LowLevelILInstructionPeter LaFosse
2021-09-24Fix mlil/llil tokens, __repr__, and __str__Peter LaFosse
2021-09-24Make repr for llil and mlil have different titlesPeter LaFosse
2021-09-24Use more f-stringsPeter LaFosse
2021-09-24Small code improvement in MediumLevelILInstruction.get_varPeter LaFosse
2021-09-23Cleanup tag list and tag renderingGlenn Smith
2021-09-23Add comparison operators for SizeWithConfidence and OffsetWithConfidencePeter LaFosse
2021-09-23Fix BinaryView.range_contains_relocationPeter LaFosse
2021-09-23Add equality and order overloads for BoolWithConfidencePeter LaFosse
2021-09-22Fix PluginCommand.register_for_* docsJosh F
2021-09-22Small doc fixJosh F
2021-09-22Fix bug with MediumLevelIL.get_var_usesPeter LaFosse
2021-09-22Add __contains__ for Function, Section, Segment, BasicBlock and BinaryViewPeter LaFosse
2021-09-22Add BinaryView.length and deprecate BinaryView.__len__ addresses binaryninja-...Peter LaFosse
2021-09-22Fix Section __repr__Peter LaFosse
2021-09-20Fix binaryninja-api#2646 'DataBuffer.base64_decode() throws exception'Peter LaFosse
2021-09-20Fix lowlevelil.expr when flag is an intPeter LaFosse
2021-09-18Make some additional dataclasses frozenPeter LaFosse
2021-09-18Fix creation of mutable StructureBuilder from StructureTypePeter 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
2021-09-16Fixes #2643 get_symbols_by_name bugPeter LaFosse
2021-09-16fix get_semantic_flag_class_indexPeter LaFosse
2021-09-16Fix type check error on self.regs/self.reg_stacksPeter LaFosse
2021-09-16Make RegisterInfo and RegisterStackInfo classes frozen and thus hashablePeter LaFosse