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
2023-09-18
Fix BinaryViewType.load does not return the created binary view. Fix https://...
Xusheng
2023-09-11
Fix memory leak in functions calling BNCreateUserFunction
Xusheng
2023-09-05
fix formatting of BinaryDataNotification note
Jordan
2023-09-02
Fix python BinaryView instance refcounting.
Brian Potchik
2023-08-23
typelibrary: add methods for dependency info
Ryan Snyder
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-10
Add OnNotificationBarrier callback and the ability to selectively enable noti...
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-12
Fix a failure that occured when passing load/BinaryView.load raw data
kat
2023-07-10
Move binary view loading in to the core; deprecate open_view in favor of load...
KyleMiles
2023-06-23
Add warnings around the use of add_binaryview_initial_analysis_completion_eve...
Peter LaFosse
2023-06-09
Prevent exception on close in FunctionList
Peter LaFosse
2023-06-08
Undo transactions / context manager
Glenn Smith
2023-06-05
cleanup pydoc warnings
Jordan Wiens
2023-05-26
Add iterators for TypedDataAccessor and DataVariable
Peter LaFosse
2023-05-26
Add some missing type annotations
Maja Kądziołka
2023-05-26
Fix error in bv.llil_basic_blocks when low_level_il function is not available
Peter LaFosse
2023-04-25
Fix deprecation warning formatting in docs, require deprecated_in parameter
Josh Ferrell
2023-04-25
Fix a minor error in BinaryDataNotifications for Components
kat
2023-04-19
small documentation fixes
Jordan Wiens
2023-04-17
Add .components convenience API to Functions and DataVariables
kat
2023-04-10
Do not complain about partial string unless a partial string is requested. Fi...
Xusheng
2023-03-30
Add support for deriving structures from other structures
Rusty Wagner
2023-03-29
Fix BinaryView.type_names api
Glenn Smith
2023-03-29
BinaryView::LookupImportedType*
Glenn Smith
2023-03-22
Python API : Tags fixes
KyleMiles
2023-03-22
Tags refactor
KyleMiles
2023-03-21
Update documentation for progress callbacks to indicate they must return True...
Peter LaFosse
2023-03-07
Fix typehint for lookup_imported_object_library
Peter LaFosse
2023-03-07
Remove get_constant_data API from BinaryView for the second time.
Brian Potchik
2023-02-23
Update docs for BinaryView.find_all_* with correct return type and note
Glenn Smith
2023-02-20
Allow DataVariables to be added to Components
kat
2023-02-09
Update documentation to warn about creating databases in the context of analy...
Brian Potchik
2023-02-08
More surgical fix that actually passes unit tests.
Alexander Taylor
2023-02-08
Update `_sdv` when `_type` changes.
Alexander Taylor
2023-02-08
Update binaryview.py
Peter LaFosse
2023-02-08
Bring BinaryReader.seek more in line with File
Fabian Freyer
2023-02-06
Add a __bool__ to BinaryView, Section, and Segment classes
Peter LaFosse
2023-02-04
Initial support for constant data expressions.
Brian Potchik
2023-01-30
Fix Type object leaks
Rusty Wagner
2023-01-30
Fix UAF on C++ BinaryView plugin init, improve demangler and BinaryView APIs
Rusty Wagner
[next]