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-11-10
Rename ILInstruction classes as pure camel case
Peter LaFosse
2021-11-10
Add support for passing list of types to StructureBuilder\StructureType .crea...
Peter LaFosse
2021-11-10
Rename TypedDataReader to TypedDataAccessor
Peter LaFosse
2021-11-10
Fix name collision on 'ILInstruction'
Peter LaFosse
2021-11-10
Small refactor to DataVariable/CoreDataVariable inheritance, and add support ...
Peter LaFosse
2021-11-08
add pep 484 and 561 compliance, fixes #2747
Jordan Wiens
2021-11-05
Turn some apis back into Lists for ease of use, improve __repr__ for list and...
Peter LaFosse
2021-11-05
Fix vars_written/vars_read/vars_address_taken
Peter LaFosse
2021-11-05
Fix TypedDataReader member accesses
Peter LaFosse
2021-11-05
Add IL class heirarchy graph report
Peter LaFosse
2021-11-05
Properly calculate the width of NamedTypeReferences in TypedDataReader
Peter LaFosse
2021-11-05
Make all ILInstructions inherit from the same abstract base class
Peter LaFosse
2021-11-05
Improvements to AdvancedILFunctionList to support iterating supplied iterators
Peter LaFosse
2021-11-05
Backward compatible workaround for log import
Peter LaFosse
2021-10-28
Smartly update the TypeView
Xusheng
2021-10-26
Replace log/scripting console dock widgets with global area concept
Rusty Wagner
2021-10-22
Fix lineardisassembly.py typos
Glenn Smith
2021-10-21
Add HighLevelILFunction::IsVarLiveAt and HighLevelILFunction::IsSSAVarLiveAt
KyleMiles
2021-10-21
Fix version_switcher.py
Josh F
2021-10-20
Update Function.function_type to use types.FunctionType instead of types.Type
Josh F
2021-10-19
More accurate description of operand argument
Glenn Smith
2021-10-19
Docs for get/set integer display type
Glenn Smith
2021-10-15
Database python api
Glenn Smith
2021-10-11
Allow get_functions_by_name to get functions which start with 'sub_'
Peter LaFosse
2021-10-11
Fix return type of lowlevelil 'get_float'
Peter LaFosse
2021-10-11
Fix LowLevelIL returning an invalid ILSemanticFlagClass
Peter LaFosse
2021-10-11
Revert 'mlils' back to list instead of Generator
Peter LaFosse
2021-10-11
Fix type check error in libraries API
Peter LaFosse
2021-10-11
Remove unnecessary LLILBasicBlocksType
Peter LaFosse
2021-10-11
Fix documentation string for get_functions_by_name
Peter LaFosse
2021-10-08
Add __contains__ to AddressRange
Peter LaFosse
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
[next]