libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
peconv::RelocBlockCallback Class Referenceabstract

#include <relocate.h>

Inheritance diagram for peconv::RelocBlockCallback:
Inheritance graph
[legend]

Public Member Functions

 RelocBlockCallback (bool _is64bit)
 
virtual bool processRelocField (ULONG_PTR relocField)=0
 

Protected Attributes

bool is64bit
 

Detailed Description

Definition at line 17 of file relocate.h.

Constructor & Destructor Documentation

◆ RelocBlockCallback()

peconv::RelocBlockCallback::RelocBlockCallback ( bool _is64bit)
inline

Definition at line 20 of file relocate.h.

Member Function Documentation

◆ processRelocField()

virtual bool peconv::RelocBlockCallback::processRelocField ( ULONG_PTR relocField)
pure virtual

Member Data Documentation

◆ is64bit

bool peconv::RelocBlockCallback::is64bit
protected

Definition at line 28 of file relocate.h.


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