| Age | Commit message (Collapse) | Author |
|
|
|
update during debugger launch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For debugging threads when you have like 50 and want to find one at a glance
|
|
|
|
|
|
|
|
Co-Authored-By: Rusty Wagner <rusty@vector35.com>
Co-Authored-By: Kyle Miles <kyle@vector35.com>
|
|
https://github.com/Vector35/binaryninja-api/issues/5686
|
|
|
|
|
|
|
|
|
|
maximum_version_info
|
|
|
|
|
|
|
|
|
|
Implementing the solution to #4868
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Moved advanced settings to expandable group and no longer display
results items until analysis completes
|
|
|