This function will freeze the memory of a specific address.
functiondefinition:
int FreezeMem(ULONG address, int size);
address: Address to freeze
size: Size in bytes of the address to freeze
Returns the ID of the freeze sop you can later unfreeze it.
Warning: If the process changes the freeze will still be active. It is recommended in this case to hook
OpenProcess and watch for changes and unfreeze when a new process is selected