| Age | Commit message (Collapse) | Author |
|
|
|
|
|
BackgroundTask
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with null platform
|
|
This allows us to construct a symbol without constructing a namespace, while also giving us the ability to specify raw, long, short names
|
|
|
|
This allows a consumer to bypass the alloc + free of the API NameSpace, removing the need for the consumer to manually construct a symbol for said behavior.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pseudo Python example plugin
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
imports
|
|
|
|
ExternalLibrary API documentation
|
|
|
|
|
|
|
|
|
|
TypeLibraries
|
|
warning in the debugger
|
|
|
|
|
|
https://github.com/Vector35/binaryninja-api/issues/4861
|
|
|
|
|
|
See https://github.com/Vector35/binaryninja-api/issues/4751
|