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-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
2025-07-22
Update define_auto_symbol_and_var_or_function API to pass confidence type.
Brian Potchik
2025-07-15
Add the ability to limit the number of results in the cross reference APIs
Rusty Wagner
2025-07-15
Expose analysis' system call type and name retrieval
Mason Reed
2025-07-14
Change return type of parse_types_from_string to BasicTypeParserResult
Alexander Khosrowshahi
2025-07-12
Add support for unbacked memory regions directly in the memory map.
Brian Potchik
2025-07-09
reimplement llil validation for caller_sites and implement plural IL forms on...
Jordan Wiens
2025-07-03
Expose Add/RemoveDataReference and ensure BinaryViews use this API instead of...
Peter LaFosse
2025-07-02
Add outlining support for wmemcpy.
Brian Potchik
2025-07-02
must use double backquotes instead of single in RST
Jordan Wiens
2025-06-30
Fix busted stringify_unicode_data python API.
Brian Potchik
2025-06-23
Perform BB analysis from Architecture C++ API
Brandon Miller
[next]