Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags.
void * ModuleHandle
Represents a module handle. Analogous to Windows this represents the module base address,...
etiss::ModuleHandle GetModuleByAddress(uintptr_t adr)
std::string GetCurrentModulePath()
Returns the abolute path with filename to the own dynamic library.
etiss::ModuleHandle GetModuleByName(const std::string &name="")
static const ModuleHandle NullModuleHandle
Represents a null value for hl::ModuleHandle.
std::string GetModulePath(etiss::ModuleHandle hModule)
etiss::ModuleHandle GetCurrentModule()
Returns the module handle to the own dynamic library.
__UINTPTR_TYPE__ uintptr_t
An unsigned integer type with the property that any valid pointer to void can be converted to this ty...