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::v1::file_header Struct Reference

#include <vmp2.hpp>

Public Attributes

u32 magic
 
u64 epoch_time
 
u64 module_base
 
exec_type_t advancement
 
version_t version
 
u32 entry_count
 
u32 entry_offset
 

Member Data Documentation

◆ advancement

exec_type_t vmp2::v1::file_header::advancement

◆ entry_count

u32 vmp2::v1::file_header::entry_count

◆ entry_offset

u32 vmp2::v1::file_header::entry_offset

◆ epoch_time

u64 vmp2::v1::file_header::epoch_time

◆ magic

u32 vmp2::v1::file_header::magic

◆ module_base

u64 vmp2::v1::file_header::module_base

◆ version

version_t vmp2::v1::file_header::version

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