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
2022-01-10
Refactor main area to use pane system
Rusty Wagner
2022-01-06
Add Function::HasUserAnnotations
Peter LaFosse
2022-01-04
small pydoc updtaes
Jordan Wiens
2022-01-04
added BinaryView.get_data_offset_for_address to python API
Galen Williamson
2022-01-03
update copyright years
Jordan Wiens
2021-12-29
Fixes Vector35/binaryninja-api#2789
Peter LaFosse
2021-12-29
Fix bug in python structure/enum equality
Peter LaFosse
2021-12-29
Improve repr for NamedTypeReference to reduce confusion
Peter LaFosse
2021-12-20
Fix EnumerationType.mutable_copy()
Glenn Smith
2021-12-18
add warning to abort_analysis
Jordan Wiens
2021-12-08
[Enterprise] API for getting the current session token
Glenn Smith
2021-12-08
[Enterprise] "Remember me" option in api
Glenn Smith
2021-12-07
[Enterprise] APIs for server name, version, id
Glenn Smith
2021-12-06
fixed documentation for flowgraph.FlowGraph.populate_nodes
Galen Williamson
2021-12-06
fixed python/examples/asm_to_llil_view.py for API v3.0
Galen Williamson
2021-12-06
PEP8 + cleanups for enterprise.py
Glenn Smith
2021-12-03
Fix type hint for get_instruction_low_level_il
Peter LaFosse
2021-11-29
Better handling of symbols whose raw names are obfuscated
Peter LaFosse
2021-11-29
Fix error logging in types.py
Peter LaFosse
2021-11-29
Minor type hint improvements to lowlevelil.py
Peter LaFosse
2021-11-29
Fully deprecate (Low|Medium|High)LevelILExpr in favor of ExpressionIndex
Peter LaFosse
2021-11-29
Minor code cleanup in get_var
Peter LaFosse
2021-11-29
Rename il operand helpers to start with _
Peter LaFosse
2021-11-29
Fix type hint in TagList.__init__
Peter LaFosse
2021-11-29
Fix type hints for BasicBlockList
Peter LaFosse
2021-11-29
Fix type check warnings in TypedDataAccessor
Peter LaFosse
2021-11-29
Fix import path in register_platform_recognizer
Peter LaFosse
2021-11-19
Check if core is None in FileMetadata destructor
Peter LaFosse
2021-11-18
Enterprise apis and support
Glenn Smith
2021-11-16
Type hints for plugin register APIs
Josh Ferrell
2021-11-11
Resolves #2681; Return the SSAFunction's version of .ssa_vars from the non-SS...
KyleMiles
2021-11-11
Adds MediumLevelILFunction.aliased_vars, HighLevelILFunction.aliased_vars, an...
KyleMiles
2021-11-11
Resolves #2748; Variable.ssa_versions; Fixes some type annotations
KyleMiles
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
[next]