You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a fresh install, when running analysis on an UPX sample:
2017-08-23 10:53: error: rat_decoders: Could not run on /home/fame/fame/temp/HASHTHERE/MALWARE.400000.0.unpack. Traceback (most recent call last): File "/home/fame/fame/fame/core/module.py", line 492, in _try_each return self.each_with_type(target, file_type) File "/home/fame/fame/fame/core/module.py", line 450, in each_with_type return self.each(target) File "/home/fame/fame/fame/modules/SG/processing/ratdecoders/rat_decoders.py", line 59, in each config = self.decode(family, data) File "/home/fame/fame/fame/modules/SG/processing/ratdecoders/rat_decoders.py", line 49, in decode module = importlib.import_module('decoders.{0}'.format(family)) File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named UPX
BR,
The text was updated successfully, but these errors were encountered:
On a fresh install, when running analysis on an UPX sample:
2017-08-23 10:53: error: rat_decoders: Could not run on /home/fame/fame/temp/HASHTHERE/MALWARE.400000.0.unpack. Traceback (most recent call last): File "/home/fame/fame/fame/core/module.py", line 492, in _try_each return self.each_with_type(target, file_type) File "/home/fame/fame/fame/core/module.py", line 450, in each_with_type return self.each(target) File "/home/fame/fame/fame/modules/SG/processing/ratdecoders/rat_decoders.py", line 59, in each config = self.decode(family, data) File "/home/fame/fame/fame/modules/SG/processing/ratdecoders/rat_decoders.py", line 49, in decode module = importlib.import_module('decoders.{0}'.format(family)) File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named UPX
BR,
The text was updated successfully, but these errors were encountered: