retdec
Static Public Member Functions | Public Attributes | List of all members
retdec::fileformat::VBProjInfo Struct Reference

#include <visual_basic_structures.h>

Collaboration diagram for retdec::fileformat::VBProjInfo:
Collaboration graph
[legend]

Static Public Member Functions

static std::size_t structureSize ()
 

Public Attributes

std::uint32_t version
 5.00 in Hex (0x1F4), version More...
 
std::uint32_t objectTableAddr
 Object table address. More...
 
std::uint32_t null
 unused value after compilation More...
 
std::uint32_t codeStartAddr
 etart of code address More...
 
std::uint32_t codeEndAddr
 end of code address More...
 
std::uint32_t dataSize
 size of VB object structures More...
 
std::uint32_t threadSpaceAddr
 eddress of address of thread object More...
 
std::uint32_t exHandlerAddr
 VBA exception handler address. More...
 
std::uint32_t nativeCodeAddr
 .DATA section address More...
 
std::uint8_t pathInformation [528]
 path and id string, <SP6 More...
 
std::uint32_t externalTableAddr
 External table address. More...
 
std::uint32_t nExternals
 number of external OCX components More...
 

Member Function Documentation

◆ structureSize()

static std::size_t retdec::fileformat::VBProjInfo::structureSize ( )
inlinestatic

Member Data Documentation

◆ codeEndAddr

std::uint32_t retdec::fileformat::VBProjInfo::codeEndAddr

end of code address

◆ codeStartAddr

std::uint32_t retdec::fileformat::VBProjInfo::codeStartAddr

etart of code address

◆ dataSize

std::uint32_t retdec::fileformat::VBProjInfo::dataSize

size of VB object structures

◆ exHandlerAddr

std::uint32_t retdec::fileformat::VBProjInfo::exHandlerAddr

VBA exception handler address.

◆ externalTableAddr

std::uint32_t retdec::fileformat::VBProjInfo::externalTableAddr

External table address.

◆ nativeCodeAddr

std::uint32_t retdec::fileformat::VBProjInfo::nativeCodeAddr

.DATA section address

◆ nExternals

std::uint32_t retdec::fileformat::VBProjInfo::nExternals

number of external OCX components

◆ null

std::uint32_t retdec::fileformat::VBProjInfo::null

unused value after compilation

◆ objectTableAddr

std::uint32_t retdec::fileformat::VBProjInfo::objectTableAddr

Object table address.

◆ pathInformation

std::uint8_t retdec::fileformat::VBProjInfo::pathInformation[528]

path and id string, <SP6

◆ threadSpaceAddr

std::uint32_t retdec::fileformat::VBProjInfo::threadSpaceAddr

eddress of address of thread object

◆ version

std::uint32_t retdec::fileformat::VBProjInfo::version

5.00 in Hex (0x1F4), version


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