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
2026-04-13
types: fragment type API support (C++, Python)
Ryan Snyder
2026-04-08
Fix exception with Python architecture hooks
Brandon Miller
2026-03-31
[Python] Fix BinaryView.get_modification failing when passing a length
Mason Reed
2026-03-30
Add a hook to allow BinaryView subclasses to run code after snapshot data is ...
Mark Rowe
2026-03-24
[Python] Update function signatures of some type library APIs
Mason Reed
2026-03-20
Fix improper variable cast in databasesync.py
Alexander Taylor
2026-03-20
Fix copypasta in error message.
Alexander Taylor
2026-03-11
Enhance MemoryMap bindings and add support to re-enable disabled regions in t...
Brian Potchik
2026-03-09
Expose BNDetectSearchMode to Python API for search mode testing.
Brian Potchik
2026-03-09
Fix QueueGenerator GIL deadlock in search APIs.
Brian Potchik
2026-03-04
Add TypeLibrary::Register, to allow loading type libraries from script
Glenn Smith
2026-02-26
Fix QualifiedName join from ffi and also support NameSpace join
Glenn Smith
2026-02-26
Python: QName separator is actually called join by C++
Glenn Smith
2026-02-26
Pass separator to qname ctor
Glenn Smith
2026-02-26
fix[python]: missed mismatch for flag_name
nullableVoidPtr
2026-02-26
fix[python]: covariant user lists
nullableVoidPtr
2026-02-26
fix[python]: relax type children passed into factories
nullableVoidPtr
2026-02-26
fix[python]: BinaryView types
nullableVoidPtr
2026-02-26
feat[python]: QualifiedName.separator
nullableVoidPtr
2026-02-26
fix[python]: CallingConvention.get_incoming_flag_value
nullableVoidPtr
2026-02-23
Add global plugin command type
Mason Reed
2026-02-23
[BNTL] Allow decompressing standalone TypeLibrary objects
Mason Reed
2026-02-23
[Python] Add `TypeLibrary.remove_named_object` and `TypeLibrary.remove_named_...
Mason Reed
2026-02-23
[Python] Add missing `TypeLibrary.duplicate` API
Mason Reed
2026-02-20
Allow calling conventions to specify a list of registers that are required to...
Rusty Wagner
2026-02-18
Python API: Fix overriding Architecture.assemble being broken
Glenn Smith
2026-02-18
Python API: Add type hints to various Architecture flags fields
Glenn Smith
2026-02-18
Python API: Fix Platform.view_init
Glenn Smith
2026-02-18
Python API: Properly extract LLIL flags in get_flag_write_low_level_il
Glenn Smith
2026-02-18
Python API: Fix LLIL flags param type being inaccurate
Glenn Smith
2026-02-17
Add setters for NamedTypeReferenceBuilder properties
Peter LaFosse
2026-02-17
Handle Universal binaries through container transform system.
Brian Potchik
2026-02-16
Fix TypeError when slicing FunctionList/BasicBlockList with [:], [n:], [:n]
3rdit
2026-02-16
Fix slice handling in TagList to match FunctionList/BasicBlockList fix
3rdit
2026-02-16
Share context between BB recovery, lifing, and disassembly
Brandon Miller
2026-02-10
Fix Python ABB triggering guided analysis
Brandon Miller
2026-02-06
Add FileMetadata::GetDisplayName API to convey synthesized filenames for cont...
Brian Potchik
2026-01-30
Improve filename handling for container files.
Brian Potchik
2026-01-29
Add support for ephemeral session-time settings for TransformSession.
Brian Potchik
2026-01-29
Fix Python exception in FunctionLifterContext
Brandon Miller
2026-01-28
Fix a fundamental problem with TypeBuilder.handle by deleting it
Peter LaFosse
2026-01-28
Add session settings override support to Transform system and clean up docume...
Brian Potchik
2026-01-27
Perform function lifting and inlining in arch plugins
Brandon Miller
2026-01-22
[Python] Support MLIL_SEPARATE_PARAM_LIST and MLIL_SHARED_PARAM_SLOT in copy_...
Mark Rowe
2026-01-20
Update container transform docs.
Brian Potchik
2026-01-20
Other changes related to handling null strings.
Alexander Taylor
2026-01-20
handle None cases when empty strings are returned from the core and fix assoc...
Jordan Wiens
2026-01-18
fix syntax for note section of newly added api docs
Jordan Wiens
2026-01-16
fix pydoc formatting for recent metadata API changes
Jordan Wiens
2026-01-16
Add get_metadata() method and make query_metadata() raise KeyError consistently
Peter LaFosse
[next]