struct :

kong.internal.memory_region

Type Name Description
Data:
ACCESS access
uintptr_t base
uintptr_t size
string path
Methods:
bool (ACCESS mode) access_set Calls platform specific memory_protect.
void () print Pretty print data.
Operators:
ubyte[] () opSlice Returns region as byte array.
Constants:
enum ACCESS { READ = 0b0001, WRITE = 0b0010, EXEC = 0b0100, NONE = 0 }

Related:

process