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 | Classes
vm Namespace Reference

Namespaces

 calc_jmp
 
 handler
 contains all information pertaining to vm handler identification...
 
 instrs
 contains all functions related to virtual instructions...
 
 lifters
 
 transform
 
 util
 utils used by the other cpp files... misc things that get used a lot...
 

Classes

class  ctx_t
 vm::ctx_t class is used to auto generate vm_entry, calc_jmp, and other per-vm entry information... creating a vm::ctx_t object can make it easier to pass around information pertaining to a given vm entry... More...