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-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
2023-01-19
Update docs for parse_expression. Fix https://github.com/Vector35/binaryninja...
Xusheng
2023-01-19
Deprecate __len__ of Segment
Xusheng
2023-01-11
Fix more api type hints
Josh Ferrell
2023-01-10
Fix some type errors in binaryview.py
Josh Ferrell
2023-01-05
Update copyright to 2023
Josh F
2022-12-23
fixed broken docstring links in binaryview.py
Galen Williamson
2022-12-23
Fixed missing newlines before `:param` in docstrings
Galen Williamson
2022-12-23
Fix import_library_type and import_library_object passing wrong type of argum...
Xusheng
2022-12-22
Fix many incorrect type hints and type errors
Josh Ferrell
2022-12-22
cleanup some docs, including better explanation of code refs and data refs
Jordan Wiens
2022-12-21
Expose get_next_valid_offset in python api
Josh Ferrell
2022-12-21
Add support for adding magic values into expression parser
Xusheng
2022-12-16
Use .length method to get the length of a Section object and deprecate len()....
Xusheng
2022-11-30
Type library C++ api & import recording
Glenn Smith
2022-11-20
Initial constant expression builtin outliner.
Brian Potchik
[next]