| Age | Commit message (Collapse) | Author |
|
|
|
Highlights all variant instructions and blacklisted instructions
Variant instructions are highlighted red, blacklisted will be orange.
|
|
Need to do this for exposing to FFI and things like render layers
|
|
This test makes sure that initial analysis is not tainting functions
|
|
This is a requirement if we want rust plugins to expose sane FFIs
|
|
Mostly just as a demonstration of rewriting MLIL, less about ACTUALLY deobfuscating the target
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
coverage of instruction table in assembler.cpp
|
|
|
|
lifting XED_ICLASS_SYSRET* instructions as returns to RCX
|
|
|
|
|
|
|
|
* Remove dependency on capstone for PowerPC disassembly #6292
* Add support for PowerPC VLE instruction set #6740
* Add support for paired-single instructions #6821
* Various post-merge fixes and tweaks to disassembly and lifting
* Removal of dependence on capstone for assembler's scoring mechanism (capstone currently disabled, but not removed from codebase yet)
|
|
|
|
|
|
|
|
|
|
Fixes https://github.com/Vector35/binaryninja-api/issues/6959
|
|
|
|
|
|
Fix https://github.com/Vector35/binaryninja-api/issues/4268
|
|
|
|
|
|
Apparently GCC will fail the build for this in C++20.
|
|
This...should probably not be done this way. But, at least we don't fail
clippy now.
|
|
|