Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <bts.h>
Go to the source code of this file.
Data Structures | |
struct | bts_stream |
Macros | |
#define | _BBUFSIZE (10240 * sizeof(struct bts_rec)) |
Functions | |
BTSFD | bts_open (const char *logname) |
int | bts_seek (BTSFD fd, uint64_t recno) |
int | bts_read (BTSFD fd, struct bts_rec *buf, int maxrec) |
void | bts_close (BTSFD fd) |