Implement a mempatch function and create a ServerProcess patch with it

This commit is contained in:
Robert MacGregor 2017-07-22 16:57:21 -04:00
parent cb9895a38e
commit da08659d72
7 changed files with 59 additions and 6 deletions

View file

@ -57,6 +57,6 @@ namespace DX
bool SanitizeFileName(char *ret, int buffer_length);
//! Initializes all hooks for the engine.
void initializeHooks(void);
// bool memPatch(void* address, void* payload, unsigned int payloadSize);
bool memPatch(unsigned int address, void* payload, unsigned int payloadSize);
} // End NameSpace DX