binaryninja::base_detection

Type Alias BaseAddressDetectionPOIType

source
pub type BaseAddressDetectionPOIType = BNBaseAddressDetectionPOIType;

Aliased Type§

enum BaseAddressDetectionPOIType {
    POIString = 0,
    POIFunction = 1,
    POIDataVariable = 2,
    POIFileStart = 3,
    POIFileEnd = 4,
}

Variants§

§

POIString = 0

§

POIFunction = 1

§

POIDataVariable = 2

§

POIFileStart = 3

§

POIFileEnd = 4