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
target_generic.c File Reference
#include "target.h"
#include <sys/types.h>
#include <unistd.h>
Include dependency graph for target_generic.c:

Go to the source code of this file.

Functions

unsigned char * target_generic_fd_read (int fd, ADDR addr, unsigned long length, unsigned char *buf)
 
unsigned long target_generic_fd_write (int fd, ADDR addr, unsigned long length, unsigned char *buf)
 

Function Documentation

unsigned char* target_generic_fd_read ( int  fd,
ADDR  addr,
unsigned long  length,
unsigned char *  buf 
)

Definition at line 31 of file target_generic.c.

unsigned long target_generic_fd_write ( int  fd,
ADDR  addr,
unsigned long  length,
unsigned char *  buf 
)

Definition at line 125 of file target_generic.c.