Rizin
unix-like reverse engineering framework and cli tools
rz_basefind_t Struct Reference

#include <rz_basefind.h>

Public Attributes

ut64 candidate
 Candidate physical base address. More...
 
ut32 score
 Score of the candidate address. More...
 

Detailed Description

Definition at line 19 of file rz_basefind.h.

Member Data Documentation

◆ candidate

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().

◆ score

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().


The documentation for this struct was generated from the following file: