retdec
Classes | Namespaces | Enumerations | Variables
visual_basic_structures.h File Reference

Visual basic metadata structures. More...

#include <string>

Go to the source code of this file.

Classes

struct  retdec::fileformat::VBHeader
 
struct  retdec::fileformat::VBProjInfo
 
struct  retdec::fileformat::VBObjectTable
 
struct  retdec::fileformat::VBPublicObjectDescriptor
 
struct  retdec::fileformat::VBExternTableEntry
 
struct  retdec::fileformat::VBExternTableEntryData
 
struct  retdec::fileformat::VBCOMRData
 
struct  retdec::fileformat::VBCOMRInfo
 

Namespaces

 retdec
 
 retdec::fileformat
 

Enumerations

enum class  retdec::fileformat::VBExternTableEntryType { retdec::fileformat::internal = 0x6 , retdec::fileformat::external = 0x7 }
 

Variables

constexpr std::size_t retdec::fileformat::VBHEADER_SIGNATURE = 0x21354256
 
constexpr std::size_t retdec::fileformat::VB_MAX_STRING_LEN = 100
 

Detailed Description

Visual basic metadata structures.