summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
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
2021-09-15Fix initialization of IntrinsicInfo objects.Peter LaFosse
2021-09-15Fix index usage in `LowLevelILReg_ssa_partial.src`Alex Cameron
2021-09-15Use new types outside of `isinstance` checks to satisfy PyRightAlex Cameron
2021-09-15Avoid using `isinstance` on objects returned by `NewType`Alex Cameron
2021-09-15Fix RegisterInfo initializationPeter LaFosse
2021-09-15Fix NamedTypeReferenceType.targetPeter LaFosse
2021-09-15Fix default arguments to 'DebugFunctionInfo'Peter LaFosse
2021-09-14fix several pydoc formatting errorsJordan Wiens
2021-09-14Fix for issue #2634: adds missing assignment to `DisassemblyTextLine.highligh...galenbwill
2021-09-13Update typelib_create, typelib_dump examples to new APIAndrew Lamoureux
2021-09-11Add fix typelib_create.pyPeter LaFosse
2021-09-11fix Platform.generate_auto_platform_type_refPeter LaFosse
2021-09-11Add FunctionList proxy class and return one from bv.functionsPeter LaFosse
2021-09-11actually remove old snippets plugin, readme links to proper oneJordan Wiens
2021-09-08moving InstructionTextToken back to architecture module and aliasing from fun...Jordan Wiens
2021-09-08update triage plugin to work with 3.0 api refactorJordan Wiens
2021-09-07Fixup typelib_create example for new type APIsPeter LaFosse
2021-09-07Rename all TypeBuilder objects to end with 'Builder' to avoid name collisionsPeter LaFosse
2021-09-07Improve typehints in highlevelil.pyPeter LaFosse
2021-09-07Fix some bugs in lowlevelil.py refactorPeter LaFosse