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
2023-08-23
typelibrary: add methods for dependency info
Ryan Snyder
2023-08-23
small clarification on APIs that descibe max_instruction_length
Jordan Wiens
2023-08-17
The load API now returns None for an invalid handle.
Brian Potchik
2023-08-17
Ensure consistent lifetimes for UI-accessible BinaryView instances in Python.
Brian Potchik
2023-08-17
Remove deprecation of BinaryView and BinaryViewType open APIs.
Brian Potchik
2023-08-16
Handle case where __init__ on BinaryDataNotifications base class is not calle...
Brian Potchik
2023-08-16
Add DefineUserTypes to Rust/Python (+ fix return type)
Glenn Smith
2023-08-16
Add some convenience flags to NotificationType.
Brian Potchik
2023-08-15
Fix potential crash with register_notification and add support for notificati...
Brian Potchik
2023-08-12
Fix typo in components callbacks.
Brian Potchik
2023-08-11
Add notification_barrier support and ability to selectively enable notificati...
Brian Potchik
2023-08-11
Add current_il_instructions magic variable in the Python console. Fix https:...
Xusheng
2023-08-10
Add OnNotificationBarrier callback and the ability to selectively enable noti...
Brian Potchik
2023-08-03
Add an API to get structure member including inherited ones. Fix auto structu...
Xusheng
2023-08-02
Fix cannot run Python script when the file contains non-ASCII characters. Fix...
Xusheng
2023-08-01
remove deprecation warning on mlilvar src
Jordan Wiens
2023-07-29
Core workflows feature update.
Brian Potchik
2023-07-26
Properly set DisassemblySettings like WaitForIL while doing text and constant...
Xusheng
2023-07-25
small pydoc fixes in navigate APIs
Jordan Wiens
2023-07-24
fix debuginfo example documentation
Jordan Wiens
2023-07-22
Python API : Add examples to the docs for MediumLevelILInstruction.visit and ...
KyleMiles
2023-07-22
Python API : Deprecate MediumLevelILVar.src and MediumLevelILVarSsa.src in fa...
KyleMiles
2023-07-22
Python API : Allow HLIL/MLIL get_ssa_var_definition and get_ssa_var_uses to a...
KyleMiles
2023-07-22
Add Variable.is_parameter_variable
KyleMiles
2023-07-20
Add BNGetDefaultTypeParser API.
Alexander Taylor
2023-07-12
Fix a failure that occured when passing load/BinaryView.load raw data
kat
2023-07-10
Fix broken python bindings
KyleMiles
2023-07-10
Python API : Fix missing parameter on debuginfo.parse_debug_info
KyleMiles
2023-07-10
Move binary view loading in to the core; deprecate open_view in favor of load...
KyleMiles
2023-07-07
Expose function "pure" flag to api and typesystem
Glenn Smith
2023-06-29
Improve __repr__ for IL instructions, and related objects
Peter LaFosse
2023-06-29
Implement __repr__ for all basic blocks in the base class
Peter LaFosse
2023-06-29
Improve API of LLIL /Call/ instruciton
Peter LaFosse
2023-06-29
Clarifying parts of the basic block APIs.
Alexander Taylor
2023-06-27
Deprecate standalone preprocess API function.
Alexander Taylor
2023-06-23
Add warnings around the use of add_binaryview_initial_analysis_completion_eve...
Peter LaFosse
2023-06-22
export svg now theme aware
Jordan Wiens
2023-06-09
fix documentation for callee_addresses fixes #4356
Peter LaFosse
2023-06-09
Fix LowLevelILCallSsa.output to work like MediumLevelILCallSsa.output
Peter LaFosse
2023-06-09
Prevent exception on close in FunctionList
Peter LaFosse
2023-06-08
Undo transactions / context manager
Glenn Smith
2023-06-08
Undo entry states and reverting
Glenn Smith
2023-06-08
include typed file for mypy in builds
Jordan Wiens
2023-06-08
replace format with fstrings, fix opacity bug, better enable raw svg
Jordan Wiens
2023-06-07
variable.py : Add 'offset_to_next_variable' convenience function
KyleMiles
2023-06-06
try to make sphinx ver on macos build happy
Jordan Wiens
2023-06-05
cleanup pydoc warnings
Jordan Wiens
2023-06-02
Fix typo in highlevelil.py docs
KyleMiles
2023-06-02
add handle= to function constructors
JJTech0130
2023-06-02
add AnalysisContext around ac
JJTech0130
[next]