Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <sys/mman.h>
#include <dlfcn.h>
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
Functions | |
int | __libc_start_main (int(*main)(int, char **, char **), int argc, char **ubp_av, void(*init)(void), void(*fini)(void), void(*rtld_fini)(void), void(*stack_end)) |
#define _GNU_SOURCE |
Definition at line 1 of file loadallforever.c.
int __libc_start_main | ( | int(*)(int, char **, char **) | main, |
int | argc, | ||
char ** | ubp_av, | ||
void(*)(void) | init, | ||
void(*)(void) | fini, | ||
void(*)(void) | rtld_fini, | ||
void * | stack_end | ||
) |
Definition at line 12 of file loadallforever.c.