mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 07:40:38 -08:00
scripts: remove old code from show-features.py
This commit is contained in:
@@ -258,9 +258,6 @@ def print_dynamic_features(processes, extractor: DynamicFeatureExtractor):
|
||||
if isinstance(feature, (Number, String)):
|
||||
arguments.append(str(feature.value))
|
||||
|
||||
# if not apis:
|
||||
# print(f" arguments=[{', '.join(arguments)}]")
|
||||
|
||||
for cid, api in apis:
|
||||
print(f" call {cid}: {api}({', '.join(arguments)})")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user