mirror of
https://github.com/mandiant/capa.git
synced 2025-12-21 14:50:33 -08:00
viv: flirt: add more documentation
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user