AMXX-BG.INFO orpheu_memory.inc

orpheu_memory

Browse all symbols documented inside this include file.

Functions

Name Description
OrpheuMemoryReplace Replaces data in memory in the full extent of a library
OrpheuMemoryReplaceAtAddress Replaces data in memory.It works like OrpheuMemoryReplace but starts at a given address
OrpheuMemoryGet Retrieves data in memory. The block of data that qualifies memory must also identify it by having identifier blocks, Memory can be located given an offset or a signature
OrpheuMemoryGetAtAddress Retrieves data in memory. It works like OrpheuMemoryGet but starts at a given address
OrpheuMemorySet Alters data in memory. The block of data that qualifies memory must also identify it by having identifier blocks. Memory can be located given an offset or a signature
OrpheuMemorySetAtAddress Alters data in memory. It works like OrpheuMemorySet but starts at a given address