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
vmp2::v3::code_block_t Struct Reference

#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 []
 

Member Data Documentation

◆ jcc

vm::instrs::jcc_data vmp2::v3::code_block_t::jcc

◆ next_block_offset

std::uintptr_t vmp2::v3::code_block_t::next_block_offset

◆ vinstr

vm::instrs::virt_instr_t vmp2::v3::code_block_t::vinstr[]

◆ vinstr_count

std::uint32_t vmp2::v3::code_block_t::vinstr_count

◆ vip_begin

std::uintptr_t vmp2::v3::code_block_t::vip_begin

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