Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_basefind.h>
Public Attributes | |
ut64 | candidate |
Candidate physical base address. More... | |
ut32 | score |
Score of the candidate address. More... | |
Definition at line 19 of file rz_basefind.h.
ut64 rz_basefind_t::candidate |
Candidate physical base address.
Definition at line 20 of file rz_basefind.h.
Referenced by basefind_thread_runner(), and rz_core_bin_basefind_print().
ut32 rz_basefind_t::score |
Score of the candidate address.
Definition at line 21 of file rz_basefind.h.
Referenced by basefind_thread_runner(), and rz_core_bin_basefind_print().