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-10-07
Make TypedDataReader value return byte array for arrays of integers of size 1
Peter LaFosse
2021-10-07
Make define_user_data_var return the created DataVariable
Peter LaFosse
2021-10-05
More HLIL API parity; Resolves #2363
KyleMiles
2021-10-04
Fix error condition on _get_int_return_reg
Peter LaFosse
2021-10-04
Fix display name of custom Platform objects
Peter LaFosse
2021-10-04
Add dataclasses.py to fix python 3.6 backward compatibility
Peter LaFosse
2021-09-30
Add some additional asserts around calls to BNCreatePlatform
Peter LaFosse
2021-09-30
Fix type errors in Platform and prevent creation of Platform without name
Peter LaFosse
2021-09-30
Assert when attempting to directly instantiate a Platform object
Peter LaFosse
2021-09-30
Remove unsafe BNDeleteAutoVariable
Peter LaFosse
2021-09-30
Add BinaryView.libraries api to list used libraries
Peter LaFosse
2021-09-30
small doc fixes
Jordan Wiens
2021-09-30
Allow string representation of types to be passed as parameters to methods wh...
Peter LaFosse
2021-09-29
Improved Universal (FAT) architecture preference selection.
Brian Potchik
2021-09-29
Fix TypeMapping and SymbolMapping
Peter LaFosse
2021-09-29
Fix 'get_function_at' API for multi-arch binaries.
Brian Potchik
2021-09-29
add explanation of save options and warnings on get_view_of_file APIs
Jordan Wiens
2021-09-28
Fix HLIL Conditional Operations
Peter LaFosse
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
[next]