| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
|
|
|
|
Allows matching for windows (useless set reg) and linux (nop) hot patching
|
|
Also flush caches on view destruction and improve performance
|
|
|
|
|
|
|
|
of the HLIL instruction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|