![]() |
Lucciefr
Lua code caving, injection and exploration framework
|
▼ core | |
▼ win | |
codepage.c | Windows codepage / character (set) conversions |
errmsg.c | Windows error messages |
bool.h | Boolean data type and constants/macros |
globals.c | Global "static" variables (accessible across all program units) |
globals.h | |
list.h | Generic list management macros |
log.c | A general-purpose logging system |
log.h | |
logstdio.c | Stdio logging in "text" form (human readable output) |
logstdio.h | |
luahelpers.h | Lua helpers declared as macros |
luautils.h | |
mpkutils.c | MessagePack utilities |
mpkutils.h | |
process.h | |
ringbuffer.c | Code to manage "ring" buffer logic |
ringbuffer.h | |
strutils.c | String utilities, low-level string operations |
strutils.h | |
timing.c | Timer / timestamp functions |
timing.h | |
util_win.c | Windows-specific utility functions |
util_win.h | |
utils.c | Various utility functions (not platform-specific, "portable") |
utils.h | |
▼ include | |
config.h | |
macro.h | |
▼ main | |
dllmain-linux.c | Linux implementation of library_startup() and library_shutdown() |
dllmain-win.c | Windows implementation of library_startup() and library_shutdown() |
dllmain.c | Source file for building the dynamic Lucciefr library (injection "payload") |