Help File:FreezeMem
								
								Jump to navigation
				Jump to search
				
 					
								
							
		FreezeMem
This function will freeze the memory of a specific location.
Function Definition
int FreezeMem(ULONG address, int size);
- address
 - Address to freeze.
 - size
 - Size in bytes of the address to freeze.
 
Returns the ID of the frozen location so 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 to watch for changes and unfreeze when a new process is selected.
 
- Plugin system
 - GetVersion
 - DisablePlugin
 - InitializePlugin
 - PluginVersion
- ExportedFunctions
 - sizeofExportedFunctions
 - ShowMessage
 - RegisterFunction
 - UnregisterFunction
 - OpenedProcessID
 - OpenedProcessHandle
 - GetMainWindowHandle
 - AutoAssemble
 - Assembler
 - Disassembler
 - ChangeRegistersAtAddress
 - InjectDLL
 - FreezeMem
 - UnfreezeMem
 - FixMem
 - ProcessList
 - ReloadSettings
 - GetAddressFromPointer
 - sym_nameToAddress
 - sym_addressToName
 - sym_generateAPIHookScript
 - loadDBK32
 - loaddbvmifneeded
 - previousOpcode
 - nextOpcode
 - disassembleEx
 - loadModule
 - aa_AddExtraCommand
 - aa_RemoveExtraCommand