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-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
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
2022-01-19
Many type check fixes
Peter LaFosse
2022-01-17
Make various database progress functions cancellable
Glenn Smith
2022-01-13
Fix a bunch of core function calls with bad args
Glenn Smith
2022-01-04
added BinaryView.get_data_offset_for_address to python API
Galen Williamson
2022-01-03
update copyright years
Jordan Wiens
2021-12-18
add warning to abort_analysis
Jordan Wiens
2021-11-29
Better handling of symbols whose raw names are obfuscated
Peter LaFosse
2021-11-29
Fix type check warnings in TypedDataAccessor
Peter LaFosse
2021-11-29
Fix import path in register_platform_recognizer
Peter LaFosse
2021-11-10
Rename TypedDataReader to TypedDataAccessor
Peter LaFosse
2021-11-10
Small refactor to DataVariable/CoreDataVariable inheritance, and add support ...
Peter LaFosse
2021-11-05
Turn some apis back into Lists for ease of use, improve __repr__ for list and...
Peter LaFosse
2021-11-05
Fix TypedDataReader member accesses
Peter LaFosse
[next]