#include <rz_bin.h>
#include <rz_lib.h>
#include "sfc/sfc_specs.h"
#include <rz_endian.h>
Go to the source code of this file.
◆ addrom()
Definition at line 98 of file bin_sfc.c.
RZ_API RZ_BORROW RzListIter * rz_list_append(RZ_NONNULL RzList *list, void *data)
Appends at the end of the list a new element.
RZ_API char * rz_str_newf(const char *fmt,...) RZ_PRINTF_CHECK(1
References i, rz_bin_section_t::name, rz_bin_section_t::paddr, rz_bin_section_t::perm, rz_list_append(), RZ_NEW0, RZ_PERM_RX, rz_str_newf(), rz_bin_section_t::size, rz_bin_section_t::vaddr, and rz_bin_section_t::vsize.
Referenced by sections().
◆ check_buffer()
Definition at line 9 of file bin_sfc.c.
30 if (cksum1 == (
ut16)~cksum2) {
45 return (cksum1 == (
ut16)~cksum2);
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 static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec struct timespec static rem const char static group const void length
#define rz_buf_read_le16_at(b, addr, result)
RZ_API ut64 rz_buf_size(RZ_NONNULL RzBuffer *b)
Return the size of the buffer.
ut64(WINAPI *w32_GetEnabledXStateFeatures)()
References b, length, rz_buf_read_le16_at, rz_buf_size(), and ut64().
Referenced by load_buffer().
◆ entries()
Definition at line 271 of file bin_sfc.c.
RZ_API RZ_OWN RzList * rz_list_new(void)
Returns a new initialized RzList pointer (free method is not initialized)
References NULL, and rz_list_new().
◆ info()
Definition at line 52 of file bin_sfc.c.
53 sfc_int_hdr sfchdr = { { 0 } };
56 #if THIS_IS_ALWAYS_FALSE_WTF
57 if ((bf->
size & 0x8000) == 0x200) {
68 if ((sfchdr.comp_check != (
ut16) ~(sfchdr.checksum)) || ((sfchdr.rom_setup & 0x1) != 0)) {
78 if ((sfchdr.comp_check != (
ut16) ~(sfchdr.checksum)) || ((sfchdr.rom_setup & 0x1) != 1)) {
80 RZ_LOG_ERROR(
"Cannot determine if this is a LoROM or HiROM file\n");
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 st64 rz_buf_read_at(RZ_NONNULL RzBuffer *b, ut64 addr, RZ_NONNULL RZ_OUT ut8 *buf, ut64 len)
Read len bytes of the buffer at the specified address.
#define RZ_LOG_ERROR(fmtstr,...)
References rz_bin_info_t::arch, rz_bin_info_t::bits, rz_bin_file_t::buf, rz_bin_info_t::file, rz_bin_file_t::file, rz_bin_info_t::has_va, rz_bin_info_t::machine, NULL, rz_bin_info_t::os, rz_buf_read_at(), RZ_LOG_ERROR, RZ_NEW0, SFC_HDR_SIZE, rz_bin_file_t::size, strdup(), and rz_bin_info_t::type.
◆ load_buffer()
◆ mem()
Definition at line 188 of file bin_sfc.c.
210 m->name =
strdup(
"LOWRAM_MIRROR");
254 m->name =
strdup(
"OLDJOY_REG");
RZ_API void Ht_() free(HtName_(Ht) *ht)
RZ_API void rz_list_free(RZ_NONNULL RzList *list)
Empties the list and frees the list pointer.
RZ_API int rz_str_rwx(const char *str)
#define OLDJOY_REG_ADDRESS
#define EXTRAM_START_ADDRESS
#define HIRAM_START_ADDRESS
#define LOWRAM_START_ADDRESS
#define LOWRAM_MIRROR_START_ADDRESS
#define LOWRAM_MIRROR_SIZE
References DSP_REG_ADDRESS, DSP_REG_SIZE, EXTRAM_SIZE, EXTRAM_START_ADDRESS, rz_list_t::free, free(), HIRAM_SIZE, HIRAM_START_ADDRESS, LOWRAM_MIRROR_SIZE, LOWRAM_MIRROR_START_ADDRESS, LOWRAM_SIZE, LOWRAM_START_ADDRESS, regress::m, rz_bin_mem_t::mirrors, NULL, OLDJOY_REG_ADDRESS, OLDJOY_REG_SIZE, PPU1_REG_ADDRESS, PPU1_REG_SIZE, PPU2_REG_ADDRESS, PPU2_REG_SIZE, rz_list_append(), rz_list_free(), rz_list_new(), RZ_NEW0, rz_str_rwx(), and strdup().
◆ sections()
Definition at line 129 of file bin_sfc.c.
133 bool is_hirom =
false;
135 #if THIS_IS_ALWAYS_FALSE_WTF
136 if ((bf->
size & 0x8000) == 0x200) {
140 sfc_int_hdr sfchdr = { { 0 } };
148 if ((sfchdr.comp_check != (
ut16) ~(sfchdr.checksum)) || ((sfchdr.rom_setup & 0x1) != 0)) {
158 if ((sfchdr.comp_check != (
ut16) ~(sfchdr.checksum)) || ((sfchdr.rom_setup & 0x1) != 1)) {
160 RZ_LOG_ERROR(
"Cannot determine if this is a LoROM or HiROM file\n");
171 for (
i = 0;
i < ((bf->
size - hdroffset) / 0x8000);
i++) {
173 addrom(ret,
"ROM",
i, hdroffset +
i * 0x8000, 0x400000 + (
i * 0x8000), 0x8000);
175 addrom(ret,
"ROM_MIRROR",
i, hdroffset +
i * 0x8000, (
i * 0x8000), 0x8000);
180 for (
i = 0;
i < ((bf->
size - hdroffset) / 0x8000);
i++) {
182 addrom(ret,
"ROM",
i, hdroffset +
i * 0x8000, 0x8000 + (
i * 0x10000), 0x8000);
static void addrom(RzList *ret, const char *name, int i, ut64 paddr, ut64 vaddr, ut32 size)
References addrom(), rz_bin_file_t::buf, i, NULL, rz_buf_read_at(), rz_list_new(), RZ_LOG_ERROR, SFC_HDR_SIZE, and rz_bin_file_t::size.
◆ symbols()
◆ rizin_plugin
Initial value:= {
}
RzBinPlugin rz_bin_plugin_sfc
Definition at line 303 of file bin_sfc.c.
◆ rz_bin_plugin_sfc
Initial value:= {
.name = "sfc",
.desc = "Super NES / Super Famicom ROM file",
.license = "LGPL3",
}
RZ_API RZ_OWN RzList * rz_bin_maps_of_file_sections(RZ_NONNULL RzBinFile *binfile)
Create a list of RzBinMap from RzBinSections queried from the given file.
static bool load_buffer(RzBinFile *bf, RzBinObject *obj, RzBuffer *b, Sdb *sdb)
static RzList * mem(RzBinFile *bf)
static RzList * symbols(RzBinFile *bf)
static RzBinInfo * info(RzBinFile *bf)
static RzList * entries(RzBinFile *bf)
static RzList * sections(RzBinFile *bf)
Definition at line 288 of file bin_sfc.c.