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 "zimg/zimg.h"
Go to the source code of this file.
Functions | |
static Sdb * | get_sdb (RzBinFile *bf) |
static bool | load_buffer (RzBinFile *bf, RzBinObject *obj, RzBuffer *b, Sdb *sdb) |
static ut64 | baddr (RzBinFile *bf) |
static bool | check_buffer (RzBuffer *b) |
static RzBinInfo * | info (RzBinFile *bf) |
Variables | |
RzBinPlugin | rz_bin_plugin_zimg |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 21 of file bin_zimg.c.
Definition at line 25 of file bin_zimg.c.
References b, and rz_buf_read_at().
Definition at line 10 of file bin_zimg.c.
References rz_bin_object_t::bin_obj, NULL, rz_bin_file_t::o, and rz_return_val_if_fail.
Definition at line 36 of file bin_zimg.c.
References rz_bin_info_t::arch, rz_bin_info_t::bclass, rz_bin_info_t::big_endian, rz_bin_info_t::bits, rz_bin_info_t::dbg_info, rz_bin_info_t::file, rz_bin_file_t::file, rz_bin_info_t::has_va, rz_bin_info_t::lang, rz_bin_info_t::machine, NULL, rz_bin_info_t::os, rz_bin_info_t::rclass, RZ_NEW0, strdup(), rz_bin_info_t::subsystem, and rz_bin_info_t::type.
|
static |
Definition at line 16 of file bin_zimg.c.
References b, rz_bin_object_t::bin_obj, NULL, and rz_bin_zimg_new_buf().
RZ_API RzLibStruct rizin_plugin |
Definition at line 69 of file bin_zimg.c.
RzBinPlugin rz_bin_plugin_zimg |
Definition at line 57 of file bin_zimg.c.