mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-03-08 23:10:27 +00:00
Implement a mempatch function and create a ServerProcess patch with it
This commit is contained in:
parent
cb9895a38e
commit
da08659d72
7 changed files with 59 additions and 6 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue