viv: flirt: add more documentation

This commit is contained in:
William Ballenthin
2021-02-26 05:02:10 -07:00
parent bfcae0e754
commit f16ecd837e
3 changed files with 120 additions and 15 deletions

View File

@@ -18,8 +18,4 @@ def test_function_id_spawnlp(pma16_01_extractor):
def test_function_id_api_feature(pma16_01_extractor):
f = get_function(pma16_01_extractor, 0x4011D0)
features = extract_function_features(pma16_01_extractor, f)
for feature in features.keys():
print(feature)
assert capa.features.insn.API("__alloca_probe") in features