UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SYMS_PeBinAccel Struct Reference

#include <syms_pe_parser.h>

Public Attributes

SYMS_FileFormat format
 
SYMS_U64 image_base
 
SYMS_U64 entry_point
 
SYMS_B32 is_pe32
 
SYMS_U64 virt_section_align
 
SYMS_U64 file_section_align
 
SYMS_U64 section_array_off
 
SYMS_U64 section_count
 
SYMS_U64 symbol_array_off
 
SYMS_U64 symbol_count
 
SYMS_U64 string_table_off
 
SYMS_U64 dbg_path_off
 
SYMS_U64 dbg_path_size
 
SYMS_PeGuid dbg_guid
 
SYMS_U32 dbg_age
 
SYMS_U32 dbg_time
 
SYMS_Arch arch
 
SYMS_U64Rangedata_dir_franges
 
SYMS_U32 data_dir_count
 

Member Data Documentation

◆ arch

SYMS_Arch SYMS_PeBinAccel::arch

◆ data_dir_count

SYMS_U32 SYMS_PeBinAccel::data_dir_count

◆ data_dir_franges

SYMS_U64Range* SYMS_PeBinAccel::data_dir_franges

◆ dbg_age

SYMS_U32 SYMS_PeBinAccel::dbg_age

◆ dbg_guid

SYMS_PeGuid SYMS_PeBinAccel::dbg_guid

◆ dbg_path_off

SYMS_U64 SYMS_PeBinAccel::dbg_path_off

◆ dbg_path_size

SYMS_U64 SYMS_PeBinAccel::dbg_path_size

◆ dbg_time

SYMS_U32 SYMS_PeBinAccel::dbg_time

◆ entry_point

SYMS_U64 SYMS_PeBinAccel::entry_point

◆ file_section_align

SYMS_U64 SYMS_PeBinAccel::file_section_align

◆ format

SYMS_FileFormat SYMS_PeBinAccel::format

◆ image_base

SYMS_U64 SYMS_PeBinAccel::image_base

◆ is_pe32

SYMS_B32 SYMS_PeBinAccel::is_pe32

◆ section_array_off

SYMS_U64 SYMS_PeBinAccel::section_array_off

◆ section_count

SYMS_U64 SYMS_PeBinAccel::section_count

◆ string_table_off

SYMS_U64 SYMS_PeBinAccel::string_table_off

◆ symbol_array_off

SYMS_U64 SYMS_PeBinAccel::symbol_array_off

◆ symbol_count

SYMS_U64 SYMS_PeBinAccel::symbol_count

◆ virt_section_align

SYMS_U64 SYMS_PeBinAccel::virt_section_align

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