Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/mman.h>
#include <signal.h>
#include <dlfcn.h>
Go to the source code of this file.
Functions | |
int | sigaction (int signum, const struct sigaction *act, struct sigaction *oldact) |
int | unlink (const char *pathname) |
void * | mmap (void *addr, size_t length, int prot, int flags, int fd, off_t offset) |
void* mmap | ( | void * | addr, |
size_t | length, | ||
int | prot, | ||
int | flags, | ||
int | fd, | ||
off_t | offset | ||
) |
Definition at line 213 of file qemuhacks.c.
int sigaction | ( | int | signum, |
const struct sigaction * | act, | ||
struct sigaction * | oldact | ||
) |
Definition at line 77 of file qemuhacks.c.
int unlink | ( | const char * | pathname | ) |
Definition at line 134 of file qemuhacks.c.