![]() |
Lucciefr
Lua code caving, injection and exploration framework
|
This struct describes Lucciefr's global variables ("status"), accessible from anywhere. More...
#include <globals.h>
Data Fields | |
| pid_t | pid |
| process ID | |
| void * | libhandle |
dynamic library handle, may be != hself under Linux | |
| HINSTANCE | htarget |
| "target" module handle = base addr of main executable | |
| HINSTANCE | hself |
| "self" module handle = base addr of dynamic library | |
| unsigned int | pagesize |
| the system's page size (in bytes) | |
| char | dllpath [PATH_MAX] |
| (absolute) file path of the dynamic library | |
| lua_State * | lua_state |
| (main) Lua state | |
This struct describes Lucciefr's global variables ("status"), accessible from anywhere.
1.8.10