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 (
Collapse
)
Author
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 ↵
Peter LaFosse
unit tests
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 ↵
Peter LaFosse
ValueError
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 ↵
Jordan Wiens
ad-hoc messages with consistent decorator
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 ↵
Peter LaFosse
accessed fields
2022-04-13
Python API : Fixes fully-qualified `binaryninja.log.log*` calls and adds ↵
KyleMiles
test to make sure no one breaks it again
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 ↵
Jordan Wiens
handles directly
2022-03-11
Add bulk symbol management API to improve performance when adding/removing ↵
Rusty Wagner
large numbers of symbols
2022-03-11
Add simple load API for creating a BinaryView from various input types.
Brian Potchik
2022-03-07
Fix BinaryView.libraries() in Python API
Xusheng
2022-03-04
Add a few optimizations to the python API for querying platform
Peter LaFosse
2022-02-18
Fix analysis_info repr.
Brian Potchik
2022-02-08
Remove user data tag docstrings for auto tags
Fabian Freyer
2022-02-02
Fix open_view() on a bndb not setting FileMetadata.filename
Glenn Smith
2022-01-28
Format All Files
KyleMiles
2022-01-19
Turn some asserts back into exceptions
Peter LaFosse
[next]