-
Notifications
You must be signed in to change notification settings - Fork 639
Open
Labels
bugSomething isn't workingSomething isn't working
Description
sources:
- https://www.virustotal.com/gui/file/e037fa51cbc222cde08dcfa452e1ad184f55bb9e88459bfc69275ed87d683f64/details
- https://www.virustotal.com/gui/file/a01b35efdb777d1626f175e0d54b7de341961f452198d1a1e1e37aa4cf45399a/details
extended:
Traceback (most recent call last):
File "~/Documents/.capa_latest/bin/capa", line 7, in <module>
sys.exit(main())
~~~~^^
File "~/Documents/capa/capa/main.py", line 1036, in main
extractor: FeatureExtractor = get_extractor_from_cli(args, input_format, backend)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~/Documents/capa/capa/main.py", line 874, in get_extractor_from_cli
extractor = capa.loader.get_extractor(
args.input_file,
...<6 lines>...
sample_path=sample_path,
)
File "~/Documents/capa/capa/loader.py", line 300, in get_extractor
vw = get_workspace(input_path, input_format, sigpaths)
File "~/Documents/capa/capa/loader.py", line 171, in get_workspace
vw = viv_utils.getWorkspace(str(path), analyze=False, should_save=False)
File "~/Documents/.capa_latest/lib/python3.13/site-packages/viv_utils/__init__.py", line 118, in getWorkspace
vw.loadFromFile(fp)
~~~~~~~~~~~~~~~^^^^
File "~/Documents/.capa_latest/lib/python3.13/site-packages/vivisect/__init__.py", line 2891, in loadFromFile
fname = mod.parseFile(self, filename=filename, baseaddr=baseaddr)
File "~/Documents/.capa_latest/lib/python3.13/site-packages/vivisect/parsers/elf.py", line 32, in parseFile
return loadElfIntoWorkspace(vw, elf, filename=filename, baseaddr=baseaddr)
File "~/Documents/.capa_latest/lib/python3.13/site-packages/vivisect/parsers/elf.py", line 262, in loadElfIntoWorkspace
raise Exception("Unsupported Architecture: %d\n", elf.e_machine)
Exception: ('Unsupported Architecture: %d\n', 183)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working