| 187 | } |
| 188 | |
| 189 | bool IsSetup() |
| 190 | { |
| 191 | return mCOFF != NULL; |
| 192 | } |
| 193 | uint8* GetTempPtr(int offset, int size, bool mayRecurse = false, bool* madeCopy = NULL); |
| 194 | uint8* GetPermanentPtr(int offset, int size, bool* madeCopy = NULL); |
| 195 | //char* GetPermanentCharPtr(int offset, int size); |
no outgoing calls
no test coverage detected