Public Methods | |
| AddRelocationParam (RelocationInfos *_infos, uint32_t _imageBase) | |
Public Attributes | |
| RelocationInfos * | infos |
| uint32_t | imageBase |
| bool | relocationExist |
|
||||||||||||
|
Definition at line 84 of file perdr.cpp. References imageBase, infos, and relocationExist.
00084 : 00085 infos(_infos),imageBase(_imageBase),relocationExist(false) {}; RelocationInfos* infos; |
|
|
Definition at line 87 of file perdr.cpp. Referenced by AddRelocationInfo(), and AddRelocationParam(). |
|
|
Definition at line 86 of file perdr.cpp. Referenced by AddRelocationInfo(), and AddRelocationParam(). |
|
|
Definition at line 88 of file perdr.cpp. Referenced by AddRelocationInfo(), AddRelocationParam(), and main(). |
1.2.15