retdec
Classes | Namespaces | Typedefs
vtable_gcc.h File Reference

GCC C++ virtual table structures. More...

#include <cstdint>
#include <map>
#include <vector>
#include "retdec/rtti-finder/rtti/rtti_gcc.h"
#include "retdec/common/address.h"
#include "retdec/common/vtable.h"

Go to the source code of this file.

Classes

class  retdec::rtti_finder::VtableGcc
 

Namespaces

 retdec
 
 retdec::rtti_finder
 

Typedefs

using retdec::rtti_finder::VtablesGcc = std::map< retdec::common::Address, VtableGcc >
 

Detailed Description

GCC C++ virtual table structures.

MSVC C++ virtual table structures.