Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>
#include <regex.h>
#include <ctype.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include "common.h"
#include "log.h"
#include "binfile.h"
#include "dwdebug.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
struct binfile_ops | elf_binfile_ops |
char * | optarg |
int | optind |
int | opterr |
int | optopt |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 41 of file dumpdebuginfo.c.
struct binfile_ops elf_binfile_ops |
Definition at line 67 of file binfile_elf.c.
char* optarg |
int opterr |
int optind |
int optopt |