Rizin
unix-like reverse engineering framework and cli tools
|
#include <nxo.h>
Public Attributes | |
ut64 | next |
ut64 | prev |
ut64 | relplt |
ut64 | reldyn |
ut64 | base |
ut64 | dynamic |
ut64 | is_rela |
ut64 | relplt_size |
ut64 | init |
ut64 | fini |
ut64 | bucket |
ut64 | chain |
ut64 | strtab |
ut64 | symtab |
ut64 | strtab_size |
ut64 | got |
ut64 | reladyn_size |
ut64 | reldyn_size |
ut64 | relcount |
ut64 | relacount |
ut64 | nchain |
ut64 | nbucket |
ut64 | got_value |
ut64 MODObject::base |
Definition at line 28 of file nxo.h.
Referenced by parseMod().
ut64 MODObject::fini |
Definition at line 33 of file nxo.h.
Referenced by parseMod().
ut64 MODObject::init |
Definition at line 32 of file nxo.h.
Referenced by parseMod().
ut64 MODObject::next |
Definition at line 24 of file nxo.h.
Referenced by parseMod().
ut64 MODObject::prev |
Definition at line 25 of file nxo.h.
Referenced by parseMod().
ut64 MODObject::relplt |
Definition at line 26 of file nxo.h.
Referenced by parseMod().
ut64 MODObject::strtab |
Definition at line 36 of file nxo.h.
Referenced by parseMod().
ut64 MODObject::strtab_size |
Definition at line 38 of file nxo.h.
Referenced by parseMod().
ut64 MODObject::symtab |
Definition at line 37 of file nxo.h.
Referenced by parseMod().