30 if (cksum1 == (
ut16)~cksum2) {
45 return (cksum1 == (
ut16)~cksum2);
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");
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);
210 m->name =
strdup(
"LOWRAM_MIRROR");
254 m->name =
strdup(
"OLDJOY_REG");
290 .desc =
"Super NES / Super Famicom ROM file",
302 #ifndef RZ_PLUGIN_INCORE
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 void addsym(RzList *ret, const char *name, ut64 addr)
static bool load_buffer(RzBinFile *bf, RzBinObject *obj, RzBuffer *b, Sdb *sdb)
static RzList * mem(RzBinFile *bf)
static RzList * symbols(RzBinFile *bf)
RzBinPlugin rz_bin_plugin_sfc
RZ_API RzLibStruct rizin_plugin
static bool check_buffer(RzBuffer *b)
static RzBinInfo * info(RzBinFile *bf)
static void addrom(RzList *ret, const char *name, int i, ut64 paddr, ut64 vaddr, ut32 size)
static RzList * entries(RzBinFile *bf)
static RzList * sections(RzBinFile *bf)
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
RZ_API void Ht_() free(HtName_(Ht) *ht)
RZ_API RZ_OWN RzList * rz_list_new(void)
Returns a new initialized RzList pointer (free method is not initialized)
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 void rz_list_free(RZ_NONNULL RzList *list)
Empties the list and frees the list pointer.
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")
#define rz_buf_read_le16_at(b, addr, result)
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.
RZ_API ut64 rz_buf_size(RZ_NONNULL RzBuffer *b)
Return the size of the buffer.
#define RZ_LOG_ERROR(fmtstr,...)
RZ_API char * rz_str_newf(const char *fmt,...) RZ_PRINTF_CHECK(1
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
XX curplugin == o->plugin.
ut64(WINAPI *w32_GetEnabledXStateFeatures)()