Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
#include <rz_util.h>
#include <rz_lib.h>
#include <rz_bin.h>
#include <string.h>
#include "../format/nin/gba.h"
Go to the source code of this file.
Functions | |
static bool | check_buffer (RzBuffer *b) |
static bool | load_buffer (RzBinFile *bf, RzBinObject *obj, RzBuffer *buf, Sdb *sdb) |
static RzList * | entries (RzBinFile *bf) |
static RzBinInfo * | info (RzBinFile *bf) |
static RzList * | sections (RzBinFile *bf) |
Variables | |
RzBinPlugin | rz_bin_plugin_ningba |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 11 of file bin_ningba.c.
References b, lic_gba, rz_buf_read_at(), and rz_return_val_if_fail.
Referenced by load_buffer().
Definition at line 22 of file bin_ningba.c.
References rz_bin_file_t::buf, free(), NULL, rz_bin_addr_t::paddr, rz_list_append(), rz_list_newf(), RZ_NEW0, and rz_bin_addr_t::vaddr.
Definition at line 39 of file bin_ningba.c.
References rz_bin_info_t::arch, rz_bin_info_t::big_endian, rz_bin_info_t::bits, rz_bin_file_t::buf, rz_bin_info_t::dbg_info, rz_bin_info_t::file, free(), rz_bin_info_t::has_va, rz_bin_info_t::lang, rz_bin_info_t::machine, NULL, rz_bin_info_t::os, rz_buf_read_at(), RZ_NEW0, rz_str_ndup(), strdup(), and rz_bin_info_t::type.
|
static |
Definition at line 66 of file bin_ningba.c.
References rz_bin_file_t::buf, free(), NULL, rz_bin_section_free(), rz_buf_size(), rz_list_append(), rz_list_newf(), RZ_NEW0, RZ_PERM_RX, s, strdup(), and ut64().
RZ_API RzLibStruct rizin_plugin |
Definition at line 101 of file bin_ningba.c.
RzBinPlugin rz_bin_plugin_ningba |
Definition at line 88 of file bin_ningba.c.