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
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
2022-05-23
update binaryview class example documentation
Jordan Wiens
2022-05-23
Esure parse_types api raise proper exceptions
Peter LaFosse
2022-05-23
Fix some places in binaryview.py that raised AttributeError instead of ValueE...
Peter LaFosse
2022-05-23
Fix get_unique_section_names
Peter LaFosse
2022-05-23
Fix numerous bugs in TypedDataAccessor and add many unit tests for it
Peter LaFosse
2022-05-23
Fix many small bugs in TypedDataAccessor
Peter LaFosse
2022-05-20
Fix some bugs in SymbolMapping object
Peter LaFosse
2022-05-20
Fix BinaryViewType.parse method
Peter LaFosse
2022-05-20
Add some unit tests for binaryview.py and fix some minor bugs
Peter LaFosse
2022-05-06
many pydoc formatting cleanups, added deprecated decorator and replaced ad-ho...
Jordan Wiens
2022-05-01
Clarify use of `BinaryView.add_function` in docs
Jon Palmisciano
2022-04-29
Check in the debugger
Xusheng
2022-04-26
Fix BinaryWriter.endianness. Fix #3088.
Xusheng
2022-04-14
Add some python api side caching to improve performance for some frequently a...
Peter LaFosse
2022-04-13
Python API : Fixes fully-qualified `binaryninja.log.log*` calls and adds test...
KyleMiles
2022-04-11
- have SymbolMapping accept default for `get()` method
verylazyguy
2022-03-23
Fix a bunch of reference miscounts in the C++ and python apis
Peter LaFosse
2022-03-16
Add support for structured logging
Peter LaFosse
2022-03-14
add additional documentation warning users from creating objects with handles...
Jordan Wiens
2022-03-11
Add bulk symbol management API to improve performance when adding/removing la...
Rusty Wagner
[next]