index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
binaryview.py
Age
Commit message (
Expand
)
Author
2026-06-02
Add support for multiple global pointer registers
Brandon Miller
2026-05-29
[Python] Ensure that BNFreeParseError is used to free the error returned by B...
Mark Rowe
2026-05-27
Guard disposed BinaryView handles
Peter LaFosse
2026-05-22
Refactor calling conventions to support correct representation of structures
Rusty Wagner
2026-05-21
Accept lone '?' as full-byte wildcard in FlexHex search.
Brian Potchik
2026-04-27
[Python API] Add missing BinaryView.get_default_load_settings_for_data
Josh Ferrell
2026-04-22
Always show the triage view when opening a shared cache or kernel cache
Mark Rowe
2026-04-15
[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...
Josh Ferrell
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-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-02-26
fix[python]: covariant user lists
nullableVoidPtr
2026-02-26
fix[python]: BinaryView types
nullableVoidPtr
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-01-28
Fix a fundamental problem with TypeBuilder.handle by deleting it
Peter LaFosse
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
2026-01-15
Make add_user/auto_segments/sections more pythonic.
Peter LaFosse
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-12-11
Specify fixed underlying types for enums exposed by core
Mark Rowe
2025-12-01
[Python] Add `BinaryView.is_offset_backed_by_file`
Mason Reed
2025-11-25
Add SectionMap with bulk operations and batch section APIs.
Brian Potchik
2025-11-23
Add IsOffsetReadOnlySemantics API.
Brian Potchik
2025-11-23
Unify SettingsCache and MemoryMap access under immutable snapshots for consis...
Brian Potchik
2025-11-21
Add get and __contains__ methods to all *MetaClass
Peter LaFosse
2025-11-19
Fix BinaryView.set_manual_type_source_override
Josh Ferrell
2025-11-19
Improve python api type hints
Josh Ferrell
2025-11-10
improved indentation and update formatting detection
Jordan Wiens
2025-11-10
fix missing newlines breaking lists
Jordan Wiens
2025-11-10
fix small formatting in memorymap api docs
Jordan Wiens
2025-11-04
Update MemoryMap documentation. (skip-ci)
Brian Potchik
2025-11-02
add more keywords to search API
Jordan Wiens
2025-11-02
additional error handling for utf8 decoding
Jordan Wiens
2025-10-31
Add optional display name field for memory regions.
Brian Potchik
2025-10-27
Add documentation to the constant renderer and string recognizer APIs
Rusty Wagner
2025-10-21
fix documentation indentation
Jordan Wiens
2025-10-21
Add derived strings and string recognizer API
Rusty Wagner
2025-10-21
Add missing rebased notification to Python API
Rusty Wagner
2025-10-16
Add GetTypeCount API
Peter LaFosse
2025-10-15
Fix some python type hints
Josh Ferrell
2025-09-02
Do not change symbol type when setting data variable name
Josh Ferrell
2025-08-27
Revise the documentation on how multiple symbols at the same address are handled
Mark Rowe
2025-08-27
Revert "Clarify the documentation on how multiple symbols at the same address...
Mark Rowe
2025-08-27
Clarify the documentation on how multiple symbols at the same address are han...
Mark Rowe
2025-08-18
Add ability to rebase the current view through the UIContext.
Brian Potchik
2025-08-01
Use log_error_for_exception in the Python API to pass tracebacks in the stack...
Rusty Wagner
2025-07-29
Add support for declarative downstream dependencies to workflow system.
Brian Potchik
[next]