Rizin
unix-like reverse engineering framework and cli tools
|
#include <w32dbg_wrap.h>
Public Attributes | |
w32dbg_wrap_req | type |
union { | |
DWORD continue_status | |
struct { | |
DEBUG_EVENT * de | |
DWORD wait_time | |
} wait | |
struct { | |
int(* func )(void *) | |
void * user | |
} func | |
}; | |
int | ret |
DWORD | err |
Definition at line 17 of file w32dbg_wrap.h.
union { ... } |
DWORD W32DbgWParams::continue_status |
Definition at line 20 of file w32dbg_wrap.h.
Referenced by __w32dbg_thread(), and w32_continue().
DEBUG_EVENT* W32DbgWParams::de |
Definition at line 22 of file w32dbg_wrap.h.
DWORD W32DbgWParams::err |
Definition at line 31 of file w32dbg_wrap.h.
Referenced by __w32dbg_thread().
int(* W32DbgWParams::func) (void *) |
Definition at line 26 of file w32dbg_wrap.h.
Referenced by __w32dbg_thread().
struct { ... } W32DbgWParams::func |
int W32DbgWParams::ret |
Definition at line 30 of file w32dbg_wrap.h.
Referenced by __w32dbg_thread(), w32_attach(), and w32_detach().
w32dbg_wrap_req W32DbgWParams::type |
Definition at line 18 of file w32dbg_wrap.h.
Referenced by cmd_descs_generate.Arg::__str__(), __w32dbg_thread(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.Arg::_get_union(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Arg::decl(), cmd_descs_generate.Arg::get_cstructure(), cmd_descs_generate.CmdDesc::get_handler_cname(), w32_attach(), w32_continue(), w32_dbg_wait(), w32_detach(), and w32dbg_wrap_free().
void* W32DbgWParams::user |
Definition at line 27 of file w32dbg_wrap.h.
struct { ... } W32DbgWParams::wait |
Referenced by __w32dbg_thread(), and w32_dbg_wait().
DWORD W32DbgWParams::wait_time |
Definition at line 23 of file w32dbg_wrap.h.