mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 10:48:51 +00:00
scripts: remove old code from show-features.py
This commit is contained in:
parent
8cba23bbce
commit
87dfa50996
1 changed files with 0 additions and 3 deletions
|
|
@ -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)})")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue