index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Age
Commit message (
Expand
)
Author
2021-09-28
Remove some unnecessary code
Peter LaFosse
2021-09-28
Fix _LinearDisassemblyLine_convertor
Peter LaFosse
2021-09-28
Improve type hints in lineardisassembly.py
Peter LaFosse
2021-09-28
Fix assert message in lowlevelil.py
Peter LaFosse
2021-09-28
Add Refactor Symbol to CoreSymbol and Symbol
Peter LaFosse
2021-09-28
Fix include in binaryview.py
Peter LaFosse
2021-09-28
Add BasicBlockList class for improved iteration speed of basic blocks
Peter LaFosse
2021-09-28
Fix BasicBlock iteration for arm/thumb
Peter LaFosse
2021-09-28
FunctionList changes
Peter LaFosse
2021-09-28
Removed some commented code
Peter LaFosse
2021-09-28
AdvancedILFunctionList class and methods mlil_function, and hlil_function
Peter LaFosse
2021-09-28
More f-strings
Peter LaFosse
2021-09-27
Workflow fix: encoding strings
Andrew Lamoureux
2021-09-27
Fix repr for LowLevelILInstruction
Peter LaFosse
2021-09-24
Fix mlil/llil tokens, __repr__, and __str__
Peter LaFosse
2021-09-24
Make repr for llil and mlil have different titles
Peter LaFosse
2021-09-24
Use more f-strings
Peter LaFosse
2021-09-24
Small code improvement in MediumLevelILInstruction.get_var
Peter LaFosse
2021-09-23
Cleanup tag list and tag rendering
Glenn Smith
2021-09-23
Add comparison operators for SizeWithConfidence and OffsetWithConfidence
Peter LaFosse
2021-09-23
Fix BinaryView.range_contains_relocation
Peter LaFosse
2021-09-23
Add equality and order overloads for BoolWithConfidence
Peter LaFosse
2021-09-22
Fix PluginCommand.register_for_* docs
Josh F
2021-09-22
Small doc fix
Josh F
2021-09-22
Fix bug with MediumLevelIL.get_var_uses
Peter LaFosse
2021-09-22
Add __contains__ for Function, Section, Segment, BasicBlock and BinaryView
Peter LaFosse
2021-09-22
Add BinaryView.length and deprecate BinaryView.__len__ addresses binaryninja-...
Peter LaFosse
2021-09-22
Fix Section __repr__
Peter LaFosse
2021-09-20
Fix binaryninja-api#2646 'DataBuffer.base64_decode() throws exception'
Peter LaFosse
2021-09-20
Fix lowlevelil.expr when flag is an int
Peter LaFosse
2021-09-18
Make some additional dataclasses frozen
Peter LaFosse
2021-09-18
Fix creation of mutable StructureBuilder from StructureType
Peter LaFosse
2021-09-17
Add back in get_disassembly minus the cruft for backward compatibility
Peter LaFosse
2021-09-17
Raise an exception when attempting to write to memory which has a relocation
Peter LaFosse
2021-09-16
Fixes #2643 get_symbols_by_name bug
Peter LaFosse
2021-09-16
fix get_semantic_flag_class_index
Peter LaFosse
2021-09-16
Fix type check error on self.regs/self.reg_stacks
Peter LaFosse
2021-09-16
Make RegisterInfo and RegisterStackInfo classes frozen and thus hashable
Peter LaFosse
2021-09-15
Fix initialization of IntrinsicInfo objects.
Peter LaFosse
2021-09-15
Fix index usage in `LowLevelILReg_ssa_partial.src`
Alex Cameron
2021-09-15
Use new types outside of `isinstance` checks to satisfy PyRight
Alex Cameron
2021-09-15
Avoid using `isinstance` on objects returned by `NewType`
Alex Cameron
2021-09-15
Fix RegisterInfo initialization
Peter LaFosse
2021-09-15
Fix NamedTypeReferenceType.target
Peter LaFosse
2021-09-15
Fix default arguments to 'DebugFunctionInfo'
Peter LaFosse
2021-09-14
fix several pydoc formatting errors
Jordan Wiens
2021-09-14
Fix for issue #2634: adds missing assignment to `DisassemblyTextLine.highligh...
galenbwill
2021-09-13
Update typelib_create, typelib_dump examples to new API
Andrew Lamoureux
2021-09-11
Add fix typelib_create.py
Peter LaFosse
2021-09-11
fix Platform.generate_auto_platform_type_ref
Peter LaFosse
[next]