| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
robust system for out-of-date databases
|
|
|
|
Was causing major instability with WARP signature generation
|
|
Typically this would never occur, however due to the mystical nature of linkers this somehow has happened outside of demo builds
|
|
|
|
Should help with people wanting to build sigem
|
|
Fixes the weird coalesced setting entry
|
|
|
|
|
|
|
|
Support traversing directories and loading sbin files
|
|
|
|
We are running at the end of analysis now so we must invoke reanalysis
|
|
|
|
Should allow for non-implicitly extended registers to set to themselves and not be blacklisted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes Vector35/binaryninja-api#5814. The function now checks if the input is of type . This prevents crashes caused by passing null or non-string values.
|
|
|
|
This reverts commit 11a535f2227ded4af1b4ac9b9db9e0323220fc4f.
|
|
|
|
|
|
|
|
|
|
This fixes the matcher constantly being invoked.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also wrapped & to suppress build warning
|
|
target.
It is not always the case, especially under certian compiler optimizations that a R_MIPS_HI16 relocation is followed by one or more R_MIPS_LO16 relocations. Removing this requirement to fulfill the relocation regardless of the preceeding relocation.
Adding the following relocations:
* R_MIPS_HIGHEST
* R_MIPS_HIGHER
* R_MIPS_GPREL16
* (R_MIPS_64 << 8) | R_MIPS_REL32
* R_MIPS_GPREL32
|
|
|
|
|
|
|