binaryninja::base_detection

Type Alias BaseAddressDetectionConfidence

source
pub type BaseAddressDetectionConfidence = BNBaseAddressDetectionConfidence;

Aliased Type§

enum BaseAddressDetectionConfidence {
    NoConfidence = 0,
    LowConfidence = 1,
    HighConfidence = 2,
}

Variants§

§

NoConfidence = 0

§

LowConfidence = 1

§

HighConfidence = 2