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
Data Fields
target_os_syscall_state Struct Reference

#include <target_os.h>

Data Fields

unsigned int returned:1
 
struct target_os_syscallsyscall
 
struct array_listregvals
 
struct array_listargvals
 
REGVAL retval
 

Detailed Description

Definition at line 56 of file target_os.h.

Field Documentation

struct array_list* target_os_syscall_state::argvals

Definition at line 62 of file target_os.h.

struct array_list* target_os_syscall_state::regvals

Definition at line 60 of file target_os.h.

unsigned int target_os_syscall_state::returned

Definition at line 57 of file target_os.h.

REGVAL target_os_syscall_state::retval

Definition at line 63 of file target_os.h.

struct target_os_syscall* target_os_syscall_state::syscall

Definition at line 58 of file target_os.h.


The documentation for this struct was generated from the following file: