Rizin
unix-like reverse engineering framework and cli tools
|
#include <bfvm.h>
Public Attributes | |
ut64 | eip |
ut64 | esp |
int | ptr |
int | trace |
int | breaked |
ut64 | base |
ut8 * | mem |
ut32 | size |
ut64 | screen |
int | screen_idx |
int | screen_size |
ut8 * | screen_buf |
ut64 | input |
int | input_idx |
int | input_size |
ut8 * | input_buf |
int | circular |
RzIOBind | iob |
ut64 bfvm_cpu_t::base |
Definition at line 25 of file bfvm.h.
Referenced by __esil_attach(), __read(), __write(), rz_debug_bf_reg_read(), and rz_debug_bf_reg_write().
ut64 bfvm_cpu_t::eip |
Definition at line 20 of file bfvm.h.
Referenced by rz_debug_bf_reg_read(), and rz_debug_bf_reg_write().
ut64 bfvm_cpu_t::esp |
Definition at line 21 of file bfvm.h.
Referenced by rz_debug_bf_reg_read(), and rz_debug_bf_reg_write().
ut64 bfvm_cpu_t::input |
Definition at line 32 of file bfvm.h.
Referenced by __esil_attach(), __read(), __write(), rz_debug_bf_reg_read(), and rz_debug_bf_reg_write().
ut8* bfvm_cpu_t::input_buf |
int bfvm_cpu_t::input_idx |
Definition at line 33 of file bfvm.h.
Referenced by rz_debug_bf_reg_read(), and rz_debug_bf_reg_write().
int bfvm_cpu_t::input_size |
ut8* bfvm_cpu_t::mem |
Definition at line 26 of file bfvm.h.
Referenced by __read(), __write(), and capstone.m68k.M68KOp::mem().
int bfvm_cpu_t::ptr |
Definition at line 22 of file bfvm.h.
Referenced by rz_debug_bf_reg_read(), and rz_debug_bf_reg_write().
ut64 bfvm_cpu_t::screen |
Definition at line 28 of file bfvm.h.
Referenced by __esil_attach(), __read(), __write(), rz_debug_bf_reg_read(), and rz_debug_bf_reg_write().
ut8* bfvm_cpu_t::screen_buf |
int bfvm_cpu_t::screen_idx |
Definition at line 29 of file bfvm.h.
Referenced by rz_debug_bf_reg_read(), and rz_debug_bf_reg_write().
int bfvm_cpu_t::screen_size |