Struct BaseAddressDetection
pub struct BaseAddressDetection { /* private fields */ }Source§
Source
Indicates whether base address detection analysis was aborted early
Source
Aborts base address detection analysis
NOTE: Does not stop base address detection until after initial analysis has completed, and it is in the base address enumeration phase.
Source
Returns a list of reasons that can be used to determine why a base address is a candidate
Source
Initial analysis and attempts to identify candidate base addresses
NOTE: This operation can take a long time to complete depending on the size and complexity of the binary and the settings used.