| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #467
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/Vector35/binaryninja-api/issues/5685
|
|
|
|
|
|
|
|
https://github.com/Vector35/binaryninja-api/issues/5621
|
|
Just needed a null check around this
|
|
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
|
|
Architecture is derived from platform object and can be overriden
using loader.platform
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|