retdec
Namespaces | Functions
vtable_finder.h File Reference

Find vtable structures in Image. More...

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

Go to the source code of this file.

Namespaces

 retdec
 
 retdec::rtti_finder
 
 retdec::rtti_finder::loader
 

Functions

void retdec::rtti_finder::findGccVtables (const retdec::loader::Image *img, VtablesGcc &vtables, RttiGcc &rttis)
 
void retdec::rtti_finder::findMsvcVtables (const retdec::loader::Image *img, VtablesMsvc &vtables, RttiMsvc &rttis)
 

Detailed Description

Find vtable structures in Image.