|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <libbochs.h>
Public Attributes | |
| char * | data |
| int | punteroBuffer |
| int | sizeSend |
| int | hReadPipeIn |
| int | hReadPipeOut |
| int | hWritePipeIn |
| int | hWritePipeOut |
| int | pid |
| bool | isRunning |
Definition at line 14 of file libbochs.h.
| char* libbochs_t::data |
Definition at line 15 of file libbochs.h.
Referenced by __read(), __system(), test_group_name.GroupTest::run(), rz_debug_bochs_breakpoint(), rz_debug_bochs_reg_read(), and rz_debug_bochs_wait().
| int libbochs_t::hReadPipeIn |
Definition at line 27 of file libbochs.h.
| int libbochs_t::hReadPipeOut |
Definition at line 28 of file libbochs.h.
| int libbochs_t::hWritePipeIn |
Definition at line 29 of file libbochs.h.
| int libbochs_t::hWritePipeOut |
Definition at line 30 of file libbochs.h.
| bool libbochs_t::isRunning |
Definition at line 34 of file libbochs.h.
| int libbochs_t::pid |
Definition at line 31 of file libbochs.h.
| int libbochs_t::punteroBuffer |
Definition at line 16 of file libbochs.h.
| int libbochs_t::sizeSend |
Definition at line 17 of file libbochs.h.