| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Closes Vector35/binaryninja-api#6430
|
|
CC Vector35/binaryninja-api#6235
|
|
|
|
descriptor-based classes.
|
|
Previously only the relocation ranges were available
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pseudo Python example plugin
|
|
Should make it more clear when certain callbacks are called.
|
|
|
|
auto-analysis. Fix https://github.com/Vector35/binaryninja-api/issues/5817
|
|
|
|
|
|
update during debugger launch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. Add two new APIs for multiple entry functions `GetAllAnalysisEntryFunctions` and `AddToEntryFunctions`
2. Add Python APIs `entry_functions` and `add_to_entry_functions`. `entry_functions` resturns a list of functions, which supports parsing functions in `init_array`, `fini_array` and TLS callbacks.
3. Modify bin-info, it now prints all entry functions
|
|
|
|
|
|
deduplication
|
|
Also updated Python API docs references to loader.architecture
|
|
|
|
|
|
|
|
|
|
|
|
|
|
platform passed
|
|
phrasing. Resolves #5317
|