Rizin
unix-like reverse engineering framework and cli tools
|
#include "bin_elf.inc"
Go to the source code of this file.
Macros | |
#define | RZ_BIN_ELF64 1 |
Functions | |
static bool | check_buffer (RzBuffer *buf) |
static ut64 | get_elf_vaddr64 (RzBinFile *bf, ut64 baddr, ut64 paddr, ut64 vaddr) |
Variables | |
RzBinPlugin | rz_bin_plugin_elf64 |
RZ_API RzLibStruct | rizin_plugin |
#define RZ_BIN_ELF64 1 |
Definition at line 5 of file bin_elf64.c.
Definition at line 12 of file bin_elf64.c.
References rz_bin_object_t::bin_obj, ELFOBJ, and rz_bin_file_t::o.
RZ_API RzLibStruct rizin_plugin |
Definition at line 52 of file bin_elf64.c.
RzBinPlugin rz_bin_plugin_elf64 |
Definition at line 18 of file bin_elf64.c.