Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
qemuhacks.c File Reference
#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>
Include dependency graph for qemuhacks.c:

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)
 

Function Documentation

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.