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.
Namespaces | Enumerations
vmp2 Namespace Reference

Namespaces

 v1
 
 v2
 
 v3
 

Enumerations

enum class  exec_type_t { forward , backward }
 
enum class  version_t { invalid , v1 = 0x101 , v2 = 0x102 , v3 = 0x103 }
 

Enumeration Type Documentation

◆ exec_type_t

enum vmp2::exec_type_t
strong
Enumerator
forward 
backward 

◆ version_t

enum vmp2::version_t
strong
Enumerator
invalid 
v1 
v2 
v3