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 | Variables
dumpsyscalltable.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include <argp.h>
#include <sys/user.h>
#include <sys/ptrace.h>
#include <inttypes.h>
#include <signal.h>
#include <glib.h>
#include "glib_wrapper.h"
#include "log.h"
#include "alist.h"
#include "dwdebug.h"
#include "target_api.h"
#include "target.h"
#include "target_os.h"
Include dependency graph for dumpsyscalltable.c:

Go to the source code of this file.

Functions

void cleanup ()
 
void sigh (int signo)
 
int main (int argc, char **argv)
 

Variables

struct targett = NULL
 

Function Documentation

void cleanup ( void  )

Definition at line 45 of file dumpsyscalltable.c.

int main ( int  argc,
char **  argv 
)

Definition at line 67 of file dumpsyscalltable.c.

void sigh ( int  signo)

Definition at line 58 of file dumpsyscalltable.c.

Variable Documentation

struct target* t = NULL

Definition at line 43 of file dumpsyscalltable.c.