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-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
2022-11-16
Add BinaryView::GetDependencySortedTypes
Glenn Smith
2022-11-16
Small docstring improvements
Josh Ferrell
2022-11-10
Resolve usage of deprecated BinaryView.__len__()
kat
2022-10-09
Remove default load settings; Move settings `analysis.debugInfoInternal` and ...
KyleMiles
2022-10-04
Add API bindings for `BNBinaryViewGetDefaultLoadSettings` for force API actio...
KyleMiles
2022-09-29
BinaryViewType.open(): Allow PathLike filename
Glenn Smith
2022-09-29
[Python API] Type hints for SymbolMapping
Glenn Smith
2022-09-22
Add the Components API
kat
2022-09-07
Fix misspell in rebase and its type hints
Peter LaFosse
2022-08-26
implement hash for CoreDataVariable
Jordan Wiens
2022-08-23
Fix loading existing database having empty FileMetadata
Josh F
2022-08-19
fixed BinaryView.get_functions_by_name to handle cases like `sub_main`
Galen Williamson
2022-08-18
fix typos in various doc strings (a/an, repeated words) (skip-ci)
Galen Williamson
2022-08-16
Document BinaryViewTypes and another portion of BinaryView
kat
2022-08-09
Add New Theme and some C++ API Documentation
kat
2022-08-08
Un-deprecate BinaryView.symbols(), and raise KeyError like a real dict
Glenn Smith
2022-08-05
Fix incorrect type hints in BinaryView.find* apis
Josh F
2022-08-03
Fix bninspect on documented properties
kat
2022-07-31
fix parse type documentation
Jordan Wiens
2022-07-27
remove stale API references fixes #3333
Jordan Wiens
2022-07-21
Fix type annotation & documentation for `define_auto_symbol_and_var_or_function`
Jon Palmisciano
2022-07-18
Memory map sidebar widget + segment/section notifications
Josh F
2022-07-03
Add some helper routines for getting the IL of callsites
Peter LaFosse
2022-06-18
Allow DataVariable.name to be assigned a QualifiedName
Peter LaFosse
2022-06-02
Fix Python exceptions when accessing functions with skipped IL analysis
Rusty Wagner
2022-05-31
Increase coverage of architecture.py
rose
2022-05-31
fixup invalid pydoc documentation
Jordan Wiens
2022-05-25
Fix binaryview __getitem__ __setitem__ and add many additional BinaryView uni...
Peter LaFosse
2022-05-25
Add BinaryView::ParseTypesFromSource for clang+typelibs
Glenn Smith
2022-05-24
update api docs for get_code_refs and get_data_refs
Jordan Wiens
[next]