Lucciefr
Lua code caving, injection and exploration framework
Data Fields
lcfr_globals_t Struct Reference

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
 

Detailed Description

This struct describes Lucciefr's global variables ("status"), accessible from anywhere.


The documentation for this struct was generated from the following file: