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::jcc_data Struct Reference

#include <vmp2.hpp>

Public Attributes

bool has_jcc
 
jcc_type type
 
std::uintptr_t block_addr [2]
 

Member Data Documentation

◆ block_addr

std::uintptr_t vm::instrs::jcc_data::block_addr[2]

◆ has_jcc

bool vm::instrs::jcc_data::has_jcc

◆ type

jcc_type vm::instrs::jcc_data::type

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