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
2020-08-13
Add BV level generators for hlil instructions and basic blocks
Peter LaFosse
2020-08-02
Fix BNDB loading with get_view_of_file_with_options.
Brian Potchik
2020-07-17
- fix BinaryView.get_data_tags_in_range by not having parameter name shadow g...
verylazyguy
2020-07-10
Add save settings
Josh Ferrell
2020-06-30
Revert "Add setters for Segment attributes, will be removing the core APIs sh...
Jordan Wiens
2020-06-30
Add setters for Segment attributes
Nick Shipp
2020-06-23
Add BinaryView.parse_types_from_string to the python API and update how the u...
Peter LaFosse
2020-06-23
Convert error string to utf-8 in ParseExpression error condition
Peter LaFosse
2020-06-18
support for big-endian values in structureddataviews
Jordan Wiens
2020-06-17
many spelling fixes
Jordan Wiens
2020-06-03
Update rebase documentation and fix return value.
Brian Potchik
2020-06-03
Update 'get_view_of_file_with_options' documentation.
Brian Potchik
2020-05-28
small clarification on get_view_of_file docs
Jordan Wiens
2020-05-28
Add optional type to define as in Function::ApplyImportedTypes and BinaryView...
Peter LaFosse
2020-05-27
Add context manager for BinaryViews in the python API
Peter LaFosse
2020-05-21
documentation formatting
Jordan Wiens
2020-05-15
documentation improvements to remove_user_function and remove_function
Jordan Wiens
2020-05-07
better guard rails for some python apis
Jordan Wiens
2020-05-06
Remove python UndoAction class and old method
Josh Ferrell
2020-05-05
add warning to add_analysis_completion_event
Jordan Wiens
2020-05-05
Fix analysis completion events for python 2
Josh Ferrell
2020-05-05
Allow analysis completion callbacks without parameters
Josh Ferrell
2020-05-03
Use raw string to placate linter
Peter LaFosse
2020-05-03
Fix up equality operators and had hash operators
Peter LaFosse
2020-04-30
fixes #1628
Jordan Wiens
2020-04-17
Fix python API for new linear disassembly structure
Josh Ferrell
2020-04-17
Rename linear view disassembly API to use existing option
Rusty Wagner
2020-04-17
Remove old linear view implementation
Rusty Wagner
2020-04-17
Initial implementation of new linear view API
Rusty Wagner
2020-04-14
fix incorrect get_ascii_string_at documentation
Jordan Wiens
2020-04-12
Deserialize default setting schema in get_view_of_file_with_options.
Brian Potchik
2020-04-11
Create new settings instance for use in get_view_of_file_with_options.
Brian Potchik
2020-04-08
Better error handling for get_view_of_file_with_options.
Brian Potchik
2020-04-08
Allow get_view_of_file_with_options to set default settings in addition to lo...
Brian Potchik
2020-04-06
Fix BinaryView.show_graph_report API
Peter LaFosse
2020-04-06
Add various missing BinaryDataNotification callbacks in python
Glenn Smith
2020-04-01
include signature matcher in the analysis option list
Jordan Wiens
2020-03-13
fixing several broken __hash__ methods
Jordan Wiens
2020-02-16
Add parse-only BinaryView creation to the API.
Brian Potchik
2020-02-13
make disassemblysettings optional on APIs that use it
Jordan Wiens
2020-02-06
Add unit tests and update binaryview save
Josh Ferrell
2020-01-16
Update gutter width, tag token as a constant
Glenn Smith
2020-01-01
update copyright year to 2020
Jordan Wiens
2020-01-01
improve some documentation, favor get_view_of_file in examples instead of BVT...
Jordan Wiens
2019-11-17
Add database support for open with options and rebasing.
Brian Potchik
2019-11-14
Initial dynamic rebasing support.
Brian Potchik
2019-10-15
Fix documentation for get_view_of_file_with_options.
Brian Potchik
2019-10-15
Expose Segment auto_defined property
Peter LaFosse
2019-10-09
fix get_functions_containing documentation to match new behavior
Jordan Wiens
2019-10-09
- get_functions_containing() now always returns a list so it can be used dire...
verylazyguy
[next]