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.
|
#include <vmp2.hpp>
Public Attributes | |
std::uintptr_t | vip_begin |
std::uintptr_t | next_block_offset |
vm::instrs::jcc_data | jcc |
std::uint32_t | vinstr_count |
vm::instrs::virt_instr_t | vinstr [] |
vm::instrs::jcc_data vmp2::v3::code_block_t::jcc |
std::uintptr_t vmp2::v3::code_block_t::next_block_offset |
vm::instrs::virt_instr_t vmp2::v3::code_block_t::vinstr[] |
std::uint32_t vmp2::v3::code_block_t::vinstr_count |
std::uintptr_t vmp2::v3::code_block_t::vip_begin |