libPeConv
A library to load, manipulate, dump PE files.
|
#include <relocate.h>
Public Member Functions | |
RelocBlockCallback (bool _is64bit) | |
virtual bool | processRelocField (ULONG_PTR relocField)=0 |
Protected Attributes | |
bool | is64bit |
Definition at line 17 of file relocate.h.
|
inline |
Definition at line 20 of file relocate.h.
|
pure virtual |
Implemented in ApplyRelocCallback, and peconv::CollectCodeRelocs.
|
protected |
Definition at line 28 of file relocate.h.