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-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
2021-11-05
Add IL class heirarchy graph report
Peter LaFosse
2021-11-05
Properly calculate the width of NamedTypeReferences in TypedDataReader
Peter LaFosse
2021-11-05
Improvements to AdvancedILFunctionList to support iterating supplied iterators
Peter LaFosse
2021-10-28
Smartly update the TypeView
Xusheng
2021-10-11
Allow get_functions_by_name to get functions which start with 'sub_'
Peter LaFosse
2021-10-11
Fix type check error in libraries API
Peter LaFosse
2021-10-11
Remove unnecessary LLILBasicBlocksType
Peter LaFosse
2021-10-11
Fix documentation string for get_functions_by_name
Peter LaFosse
2021-10-07
Make TypedDataReader value return byte array for arrays of integers of size 1
Peter LaFosse
2021-10-07
Make define_user_data_var return the created DataVariable
Peter LaFosse
2021-09-30
Add BinaryView.libraries api to list used libraries
Peter LaFosse
2021-09-30
Allow string representation of types to be passed as parameters to methods wh...
Peter LaFosse
2021-09-29
Improved Universal (FAT) architecture preference selection.
Brian Potchik
2021-09-29
Fix TypeMapping and SymbolMapping
Peter LaFosse
2021-09-29
Fix 'get_function_at' API for multi-arch binaries.
Brian Potchik
2021-09-29
add explanation of save options and warnings on get_view_of_file APIs
Jordan Wiens
2021-09-28
Fix _LinearDisassemblyLine_convertor
Peter LaFosse
2021-09-28
Fix include in binaryview.py
Peter LaFosse
2021-09-28
FunctionList changes
Peter LaFosse
2021-09-28
Removed some commented code
Peter LaFosse
2021-09-28
AdvancedILFunctionList class and methods mlil_function, and hlil_function
Peter LaFosse
2021-09-28
More f-strings
Peter LaFosse
2021-09-24
Use more f-strings
Peter LaFosse
2021-09-23
Cleanup tag list and tag rendering
Glenn Smith
2021-09-23
Fix BinaryView.range_contains_relocation
Peter LaFosse
2021-09-22
Add __contains__ for Function, Section, Segment, BasicBlock and BinaryView
Peter LaFosse
2021-09-22
Add BinaryView.length and deprecate BinaryView.__len__ addresses binaryninja-...
Peter LaFosse
2021-09-22
Fix Section __repr__
Peter LaFosse
[next]