pub fn match_flirt(
    module: &Module,
    sigs: &FlirtSignatureSet,
    va: VA
) -> Result<Vec<FlirtSignature>>
Expand description

match the given flirt signatures at the given address. returns a list of the signatures that match.