#include <rz_io.h>
#include <rz_lib.h>
#include <rz_util.h>
#include <libbochs.h>
Go to the source code of this file.
|
static bool | __plugin_open (RzIO *io, const char *file, bool many) |
|
static RzIODesc * | __open (RzIO *io, const char *file, int rw, int mode) |
|
static int | __write (RzIO *io, RzIODesc *fd, const ut8 *buf, int count) |
|
static ut64 | __lseek (RzIO *io, RzIODesc *fd, ut64 offset, int whence) |
|
static int | __read (RzIO *io, RzIODesc *fd, ut8 *buf, int count) |
|
static int | __close (RzIODesc *fd) |
|
static char * | __system (RzIO *io, RzIODesc *fd, const char *cmd) |
|
◆ __close()
◆ __lseek()
◆ __open()
Definition at line 21 of file io_bochs.c.
25 char *fileBochs =
NULL;
35 i = strchr(
file + 8,
'#');
42 eprintf(
"Error can't find :\n");
56 lprintf(
"bochsio.open: Cannot connect to bochs.\n");
RZ_API void Ht_() free(HtName_(Ht) *ht)
static RzIODesc * riobochs
RzIOPlugin rz_io_plugin_bochs
static bool __plugin_open(RzIO *io, const char *file, bool many)
bool bochs_open(libbochs_t *b, const char *rutaBochs, const char *rutaConfig)
return strdup("=SP r13\n" "=LR r14\n" "=PC r15\n" "=A0 r0\n" "=A1 r1\n" "=A2 r2\n" "=A3 r3\n" "=ZF zf\n" "=SF nf\n" "=OF vf\n" "=CF cf\n" "=SN or0\n" "gpr lr .32 56 0\n" "gpr pc .32 60 0\n" "gpr cpsr .32 64 0 ____tfiae_________________qvczn\n" "gpr or0 .32 68 0\n" "gpr tf .1 64.5 0 thumb\n" "gpr ef .1 64.9 0 endian\n" "gpr jf .1 64.24 0 java\n" "gpr qf .1 64.27 0 sticky_overflow\n" "gpr vf .1 64.28 0 overflow\n" "gpr cf .1 64.29 0 carry\n" "gpr zf .1 64.30 0 zero\n" "gpr nf .1 64.31 0 negative\n" "gpr itc .4 64.10 0 if_then_count\n" "gpr gef .4 64.16 0 great_or_equal\n" "gpr r0 .32 0 0\n" "gpr r1 .32 4 0\n" "gpr r2 .32 8 0\n" "gpr r3 .32 12 0\n" "gpr r4 .32 16 0\n" "gpr r5 .32 20 0\n" "gpr r6 .32 24 0\n" "gpr r7 .32 28 0\n" "gpr r8 .32 32 0\n" "gpr r9 .32 36 0\n" "gpr r10 .32 40 0\n" "gpr r11 .32 44 0\n" "gpr r12 .32 48 0\n" "gpr r13 .32 52 0\n" "gpr r14 .32 56 0\n" "gpr r15 .32 60 0\n" "gpr r16 .32 64 0\n" "gpr r17 .32 68 0\n")
RZ_API RzIODesc * rz_io_desc_new(RzIO *io, RzIOPlugin *plugin, const char *uri, int flags, int mode, void *data)
RZ_API char * rz_str_ndup(RZ_NULLABLE const char *ptr, int len)
Create new copy of string ptr limited to size len.
References __plugin_open(), bochs_open(), RzIOBochs::desc, desc, eprintf, free(), i, lprintf, NULL, riobochs, rz_io_desc_new(), rz_io_plugin_bochs, RZ_NEW0, rz_str_ndup(), and strdup().
◆ __plugin_open()
Definition at line 17 of file io_bochs.c.
18 return !strncmp(
file,
"bochs://", strlen(
"bochs://"));
Referenced by __open().
◆ __read()
Definition at line 73 of file io_bochs.c.
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void count
int bochs_read(libbochs_t *b, ut64 addr, int count, ut8 *buf)
return memset(p, 0, total)
ut64(WINAPI *w32_GetEnabledXStateFeatures)()
References addr, bochs_read(), count, libbochs_t::data, desc, lprintf, memset(), rz_io_t::off, PFMT64x, and ut64().
◆ __system()
Definition at line 90 of file io_bochs.c.
92 if (!strcmp(
cmd,
"help")) {
94 " R!:<bochscmd> - Send a bochs command.\n"
95 " R!dobreak - pause bochs.\n");
96 lprintf(
"io_system: Enviando commando bochs\n");
99 }
else if (!strncmp(
cmd,
"dobreak", 7)) {
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags cmd
void bochs_send_cmd(libbochs_t *b, const char *comando, bool bWait)
bool bochs_cmd_stop(libbochs_t *b)
References bochs_cmd_stop(), bochs_send_cmd(), rz_io_t::cb_printf, cmd, libbochs_t::data, desc, lprintf, and NULL.
◆ __write()
◆ desc
◆ riobochs
◆ rizin_plugin
◆ rz_io_plugin_bochs
Initial value:= {
.name = "bochs",
.desc = "Attach to a BOCHS debugger instance",
.license = "LGPL3",
.uris = "bochs://",
.isdbg = true
}
static int __read(RzIO *io, RzIODesc *fd, ut8 *buf, int count)
static RzIODesc * __open(RzIO *io, const char *file, int rw, int mode)
static int __write(RzIO *io, RzIODesc *fd, const ut8 *buf, int count)
static ut64 __lseek(RzIO *io, RzIODesc *fd, ut64 offset, int whence)
static int __close(RzIODesc *fd)
static char * __system(RzIO *io, RzIODesc *fd, const char *cmd)
Definition at line 106 of file io_bochs.c.
Referenced by __open().