Functions in okapi_memory.inc

Function Description
okapi_find_sig
Searches for a signature in the mod library in a given range and starting address.
okapi_find_symbol
Gets the address of a function located in a registered library, given it's symbolic name.
okapi_mem_get
Retrieves the value in an address.
okapi_mem_set
Sets the value of the location pointed by the address.
okapi_mem_replace
Replaces every value with another one that occurs in a range from a start address.
okapi_mem_find
Searches for a value in a library in a range from a start address.
okapi_get_mem_protect
Retrieves the memory protection of the location pointed to by the address.
okapi_set_mem_protect
Changes the memory protection of the location pointed to by the address
okapi_alloc
Allocates n blocks of 4 bytes