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

#include <visual_basic_structures.h>

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

Static Public Member Functions

static std::size_t structureSize ()
 

Public Attributes

std::uint32_t objectInfoAddr
 Object info of this object address. More...
 
std::uint32_t reserved
 reserved More...
 
std::uint32_t publicBytesAddr
 public integers address More...
 
std::uint32_t staticBytesAddr
 static integers address More...
 
std::uint32_t modulePublicAddr
 public DATA section address More...
 
std::uint32_t moduleStaticAddr
 static DATA section address More...
 
std::uint32_t objectNameAddr
 object name address More...
 
std::uint32_t nMethods
 number of methods More...
 
std::uint32_t methodNamesAddr
 method names array address More...
 
std::uint32_t staticVarsCopyAddr
 static variables copy destionation offset More...
 
std::uint32_t objectType
 object type flags More...
 
std::uint32_t null
 null More...
 

Member Function Documentation

◆ structureSize()

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

Member Data Documentation

◆ methodNamesAddr

std::uint32_t retdec::fileformat::VBPublicObjectDescriptor::methodNamesAddr

method names array address

◆ modulePublicAddr

std::uint32_t retdec::fileformat::VBPublicObjectDescriptor::modulePublicAddr

public DATA section address

◆ moduleStaticAddr

std::uint32_t retdec::fileformat::VBPublicObjectDescriptor::moduleStaticAddr

static DATA section address

◆ nMethods

std::uint32_t retdec::fileformat::VBPublicObjectDescriptor::nMethods

number of methods

◆ null

std::uint32_t retdec::fileformat::VBPublicObjectDescriptor::null

null

◆ objectInfoAddr

std::uint32_t retdec::fileformat::VBPublicObjectDescriptor::objectInfoAddr

Object info of this object address.

◆ objectNameAddr

std::uint32_t retdec::fileformat::VBPublicObjectDescriptor::objectNameAddr

object name address

◆ objectType

std::uint32_t retdec::fileformat::VBPublicObjectDescriptor::objectType

object type flags

◆ publicBytesAddr

std::uint32_t retdec::fileformat::VBPublicObjectDescriptor::publicBytesAddr

public integers address

◆ reserved

std::uint32_t retdec::fileformat::VBPublicObjectDescriptor::reserved

reserved

◆ staticBytesAddr

std::uint32_t retdec::fileformat::VBPublicObjectDescriptor::staticBytesAddr

static integers address

◆ staticVarsCopyAddr

std::uint32_t retdec::fileformat::VBPublicObjectDescriptor::staticVarsCopyAddr

static variables copy destionation offset


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