Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
static bool | check_buffer (RzBuffer *b) |
static bool | load_buffer (RzBinFile *bf, RzBinObject *obj, RzBuffer *b, Sdb *sdb) |
static RzBinInfo * | info (RzBinFile *bf) |
static RzList * | sections (RzBinFile *bf) |
static RzList * | entries (RzBinFile *bf) |
Variables | |
RzBinPlugin | rz_bin_plugin_spc700 |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 8 of file bin_spc700.c.
References b, rz_buf_read_at(), and SPC_MAGIC.
Referenced by load_buffer().
Definition at line 69 of file bin_spc700.c.
References free(), rz_bin_addr_t::paddr, RAM_START_ADDRESS, rz_list_append(), rz_list_newf(), RZ_NEW0, and rz_bin_addr_t::vaddr.
Definition at line 20 of file bin_spc700.c.
References rz_bin_info_t::arch, rz_bin_info_t::bits, rz_bin_file_t::buf, eprintf, rz_bin_info_t::file, rz_bin_file_t::file, rz_bin_info_t::has_va, rz_bin_info_t::machine, memset(), NULL, rz_bin_info_t::os, rz_buf_read_at(), RZ_NEW0, SPC_HDR_SIZE, strdup(), and rz_bin_info_t::type.
|
static |
Definition at line 42 of file bin_spc700.c.
References rz_bin_file_t::buf, eprintf, memset(), rz_bin_section_t::name, NULL, rz_bin_section_t::paddr, rz_bin_section_t::perm, RAM_SIZE, RAM_START_ADDRESS, rz_buf_read_at(), rz_list_append(), rz_list_free(), rz_list_new(), RZ_NEW0, RZ_PERM_R, rz_bin_section_t::size, SPC_HDR_SIZE, strdup(), rz_bin_section_t::vaddr, and rz_bin_section_t::vsize.
RZ_API RzLibStruct rizin_plugin |
Definition at line 95 of file bin_spc700.c.
RzBinPlugin rz_bin_plugin_spc700 |
Definition at line 82 of file bin_spc700.c.