Functions in orpheu_memory.inc

Function 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