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 *buf, Sdb *sdb) |
static ut64 | baddr (RzBinFile *bf) |
static RzBinInfo * | info (RzBinFile *bf) |
static RzList * | sections (RzBinFile *bf) |
static RzList * | entries (RzBinFile *bf) |
Variables | |
RzBinPlugin | rz_bin_plugin_prg |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 16 of file bin_prg.c.
References rz_bin_file_t::buf, and rz_buf_read_le16_at.
Referenced by entries(), and sections().
Definition at line 63 of file bin_prg.c.
References baddr(), free(), NULL, rz_bin_addr_t::paddr, rz_list_append(), rz_list_newf(), RZ_NEW0, and rz_bin_addr_t::vaddr.
Definition at line 25 of file bin_prg.c.
References rz_bin_info_t::arch, rz_bin_info_t::bits, 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_NEW0, strdup(), and rz_bin_info_t::type.
|
static |
Definition at line 40 of file bin_prg.c.
References baddr(), rz_bin_file_t::buf, NULL, rz_bin_section_free(), rz_buf_size(), rz_list_append(), rz_list_newf(), RZ_NEW0, RZ_PERM_RWX, section::size, strdup(), and ut64().
RZ_API RzLibStruct rizin_plugin |
RzBinPlugin rz_bin_plugin_prg |