VMProfiler
v1.8
vmprofiler is a c++ library which is used to statically analyze VMProtect 2 polymorphic virtual machines. This project is inherited in vmprofiler-qt, vmprofiler-cli, and vmemu.
|
utils pertaining to native registers... More...
Functions | |
zydis_register_t | to64 (zydis_register_t reg) |
converts say... AL to RAX... More... | |
bool | compare (zydis_register_t a, zydis_register_t b) |
compares to registers with each other... calls to64 and compares... More... | |
utils pertaining to native registers...
bool vm::util::reg::compare | ( | zydis_register_t | a, |
zydis_register_t | b | ||
) |
compares to registers with each other... calls to64 and compares...
a | register a... |
b | register b... |
zydis_register_t vm::util::reg::to64 | ( | zydis_register_t | reg | ) |
converts say... AL to RAX...
reg | a zydis decoded register value... |