Description: Set the address where the binary image is mapped into memory.
| 1220 | // Set the address where the binary image is mapped |
| 1221 | // into memory. |
| 1222 | void SetBinaryBaseAddress(void* address) |
| 1223 | { |
| 1224 | this->BinaryBaseAddress = address; |
| 1225 | } |
| 1226 | |
| 1227 | private: |
| 1228 | size_t GetRealAddress() const |