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.
|
Go to the source code of this file.
Namespaces | |
vm | |
vm::lifters | |
Typedefs | |
using | vm::lifters::lifter_callback_t = std::function< void(vtil::basic_block *, vm::instrs::virt_instr_t *, vmp2::v3::code_block_t *) > |
using | vm::lifters::lifter_t = std::pair< vm::handler::mnemonic_t, lifter_callback_t > |
Functions | |
constexpr vtil::register_desc | vm::lifters::make_virtual_register (uint8_t context_offset, uint8_t size) |