libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
ApplyRelocCallback Class Reference
Inheritance diagram for ApplyRelocCallback:

Public Member Functions

 ApplyRelocCallback (bool _is64bit, ULONGLONG _oldBase, ULONGLONG _newBase)
 
virtual bool processRelocField (ULONG_PTR relocField)
 
- Public Member Functions inherited from peconv::RelocBlockCallback
 RelocBlockCallback (bool _is64bit)
 

Protected Attributes

ULONGLONG oldBase
 
ULONGLONG newBase
 
- Protected Attributes inherited from peconv::RelocBlockCallback
bool is64bit
 

Detailed Description

Definition at line 12 of file relocate.cpp.

Constructor & Destructor Documentation

◆ ApplyRelocCallback()

ApplyRelocCallback::ApplyRelocCallback ( bool _is64bit,
ULONGLONG _oldBase,
ULONGLONG _newBase )
inline

Definition at line 15 of file relocate.cpp.

Member Function Documentation

◆ processRelocField()

virtual bool ApplyRelocCallback::processRelocField ( ULONG_PTR relocField)
inlinevirtual

Implements peconv::RelocBlockCallback.

Definition at line 20 of file relocate.cpp.

Member Data Documentation

◆ newBase

ULONGLONG ApplyRelocCallback::newBase
protected

Definition at line 37 of file relocate.cpp.

◆ oldBase

ULONGLONG ApplyRelocCallback::oldBase
protected

Definition at line 36 of file relocate.cpp.


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