| Age | Commit message (Collapse) | Author |
|
|
|
All bundled under the arch_bintxt/arch_bintext view plugin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
save changes
|
|
as ios-aarch64 (skip-ci)
|
|
https://github.com/Vector35/binaryninja-api/issues/5685
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/Vector35/binaryninja-api/issues/5621
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
automatically enable the workflow when applicable.
|
|
Fix an issue with binding opcode 0xC0
|
|
Just needed a null check around this
|
|
guardCFDispatchFunctionPointer in case of rebasing. Fix https://github.com/Vector35/binaryninja-api/issues/5535
|
|
|
|
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
|
|
Also updated Python API docs references to loader.architecture
|
|
Architecture is derived from platform object and can be overriden
using loader.platform
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TE always uses only the base relocation and debug entries from the
original PE file.
|
|
Rename fields to camelCase, use arrays where applicable, and add some
data symbols.
|
|
This commit fixes an issue in the TE view while creating segments
and sections. Segments and sections are calculated from the base of
the original PE file, prior to the PE headers being stripped and
replaced with the TE header
|