mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 10:48:51 +00:00
scripts/profile_time.py: revert restriction that sample extractors can only be static ones
This commit is contained in:
parent
28a722d4c3
commit
8b287c1704
1 changed files with 0 additions and 1 deletions
|
|
@ -111,7 +111,6 @@ def main(argv=None):
|
|||
args.sample, args.format, args.os, capa.main.BACKEND_VIV, sig_paths, should_save_workspace=False
|
||||
)
|
||||
|
||||
assert isinstance(extractor, StaticFeatureExtractor)
|
||||
with tqdm.tqdm(total=args.number * args.repeat, leave=False) as pbar:
|
||||
|
||||
def do_iteration():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue