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.
Public Attributes | List of all members
vm::instrs::code_block_t Struct Reference

#include <vmp2.hpp>

Public Attributes

std::uintptr_t vip_begin
 
jcc_data jcc
 
std::vector< virt_instr_tvinstrs
 

Member Data Documentation

◆ jcc

jcc_data vm::instrs::code_block_t::jcc

◆ vinstrs

std::vector< virt_instr_t > vm::instrs::code_block_t::vinstrs

◆ vip_begin

std::uintptr_t vm::instrs::code_block_t::vip_begin

The documentation for this struct was generated from the following file: