Skip to content

Instantly share code, notes, and snippets.

@unfo
Last active March 10, 2020 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unfo/e9e5eff9c8f84dce2579a01bdd47ebd5 to your computer and use it in GitHub Desktop.
Save unfo/e9e5eff9c8f84dce2579a01bdd47ebd5 to your computer and use it in GitHub Desktop.

Getting vol.py to run on python3

After fixing all of the core vol.py py2 -> py3 syntax and import errors, I get a bunch of SyntaxError failures for plugins.

tl;dr effectively all plugins are broken.

Most common syntax problems:

print "[x86] Gathering all referenced SSDTs from KTHREADs..."

vs print(....) syntax.

except ValueError, ve:

instead of

except ValueError as ve:
raise SomeErrorHere, "Init text"

instead of

raise SomeErrorHere("Init text")

These can thankfully be fixed with perl -pi -e pretty robustly. Just takes patience and going from one error to the next.

Python3 no longer has long type, it's just int now so some function definitions need changing.

I am a bit worried if these are referencing the Python2 StandardError class which no longer exists. It might work by just s/StandardError/Exception/g but not sure.

overlays/windows/vista_sp2_x64_vtypes.py:    'StandardError' : [ 0x30, ['pointer64', ['void']]],
overlays/windows/win7_sp1_x64_24000_vtypes.py:    'StandardError' : [ 0x30, ['pointer64', ['void']]],
overlays/windows/win10_x86_17763_vtypes.py:    'StandardError' : [ 0x20, ['pointer', ['void']]],
overlays/windows/win10_x64_16299_vtypes.py:    'StandardError' : [ 0x30, ['pointer64', ['void']]],
overlays/windows/win7_sp1_x64_vtypes.py:    'StandardError' : [ 0x30, ['pointer64', ['void']]],
overlays/windows/xp_sp2_x86_vtypes.py:    'StandardError' : [ 0x20, ['pointer', ['void']]],
overlays/windows/vista_sp1_x64_vtypes.py:    'StandardError' : [ 0x30, ['pointer64', ['void']]],
overlays/windows/win7_sp0_x86_vtypes.py:    'StandardError' : [ 0x20, ['pointer', ['void']]],
overlays/windows/win2003_sp1_x86_vtypes.py:    'StandardError' : [ 0x20, ['pointer', ['void']]],
overlays/windows/win8_sp1_x86_vtypes.py:    'StandardError' : [ 0x20, ['pointer', ['void']]],
overlays/windows/win2003_sp1_x64_vtypes.py:    'StandardError' : [ 0x30, ['pointer64', ['void']]],
overlays/windows/win2003_sp2_x64_vtypes.py:    'StandardError' : [ 0x30, ['pointer64', ['void']]],
overlays/windows/vista_sp1_x86_vtypes.py:    'StandardError' : [ 0x20, ['pointer', ['void']]],
overlays/windows/win10_x86_10240_17770_vtypes.py:    'StandardError' : [ 0x20, ['pointer', ['void']]],
overlays/windows/win8_sp0_x64_vtypes.py:    'StandardError' : [ 0x30, ['pointer64', ['void']]],
overlays/windows/win7_sp1_x86_24000_vtypes.py:    'StandardError' : [ 0x20, ['pointer', ['void']]],
overlays/windows/win10_x64_10240_17770_vtypes.py:    'StandardError' : [ 0x30, ['pointer64', ['void']]],
overlays/windows/win8_sp1_x64_54B5A1C6_vtypes.py:    'StandardError' : [ 0x30, ['pointer64', ['void']]],
overlays/windows/xp_sp3_x86_vtypes.py:    'StandardError' : [ 0x20, ['pointer', ['void']]],

Plugin fails

$ vol.py -f PhysicalMemory.raw pslist
Volatility Foundation Volatility Framework 2.6.1
*** Failed to import volatility.plugins.dumpcerts (SyntaxError: invalid syntax (procdump.py, line 73))
*** Failed to import volatility.plugins.imagecopy (SyntaxError: invalid syntax (imagecopy.py, line 99))
*** Failed to import volatility.plugins.ssdt (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("[x86] Gathering all referenced SSDTs from KTHREADs...")? (ssdt.py, line 143))
*** Failed to import volatility.plugins.verinfo (SyntaxError: invalid syntax (verinfo.py, line 57))
*** Failed to import volatility.plugins.drivermodule (SyntaxError: invalid syntax (malfind.py, line 238))
*** Failed to import volatility.plugins.evtlogs (SyntaxError: invalid syntax (evtlogs.py, line 273))
*** Failed to import volatility.plugins.modscan (ModuleNotFoundError: No module named 'common')
*** Failed to import volatility.plugins.dumpfiles (SyntaxError: invalid syntax (dumpfiles.py, line 807))
*** Failed to import volatility.plugins.multiscan (SyntaxError: Missing parentheses in call to 'print'. Did you mean print(objct)? (multiscan.py, line 59))
*** Failed to import volatility.plugins.getsids (SyntaxError: invalid syntax (registryapi.py, line 53))
*** Failed to import volatility.plugins.moddump (SyntaxError: invalid syntax (moddump.py, line 63))
*** Failed to import volatility.plugins.procdump (SyntaxError: invalid syntax (procdump.py, line 73))
*** Failed to import volatility.plugins.getservicesids (SyntaxError: invalid syntax (registryapi.py, line 53))
*** Failed to import volatility.plugins.hpakinfo (SyntaxError: invalid syntax (hpakinfo.py, line 52))
*** Failed to import volatility.plugins.win10cookie (SyntaxError: Missing parentheses in call to 'print'. Did you mean print(cookie)? (win10cookie.py, line 51))
*** Failed to import volatility.plugins.mftparser (SyntaxError: invalid syntax (mftparser.py, line 158))
*** Failed to import volatility.plugins.envars (SyntaxError: invalid syntax (registryapi.py, line 53))
*** Failed to import volatility.plugins.patcher (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Warning: WRITE support not enabled, no patching will occur")? (patcher.py, line 181))
*** Failed to import volatility.plugins.timeliner (SyntaxError: invalid syntax (timeliner.py, line 179))
*** Failed to import volatility.plugins.volshell (SyntaxError: invalid syntax (volshell.py, line 78))
*** Failed to import volatility.plugins.dlldump (SyntaxError: invalid syntax (dlldump.py, line 73))
*** Failed to import volatility.plugins.tcaudit (SyntaxError: invalid syntax (malfind.py, line 238))
*** Failed to import volatility.plugins.mbrparser (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Not a valid MBR: Data all zeroed out")? (mbrparser.py, line 280))
*** Failed to import volatility.plugins.raw2dmp (SyntaxError: invalid syntax (imagecopy.py, line 99))
*** Failed to import volatility.plugins.overlays.basic (SyntaxError: invalid syntax (basic.py, line 257))
*** Failed to import volatility.plugins.overlays.linux.linux (SyntaxError: invalid syntax (linux.py, line 259))
*** Failed to import volatility.plugins.overlays.linux.elf (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("needed info missing")? (elf.py, line 451))
*** Failed to import volatility.plugins.overlays.linux.__pycache__.__init__.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.linux.__pycache__.__init__')
*** Failed to import volatility.plugins.overlays.__pycache__.native_types.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.__pycache__.native_types')
*** Failed to import volatility.plugins.overlays.__pycache__.__init__.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.__pycache__.__init__')
*** Failed to import volatility.plugins.overlays.windows.vista (ModuleNotFoundError: No module named 'windows')
*** Failed to import volatility.plugins.overlays.windows.pe_vtypes (SyntaxError: invalid syntax (pe_vtypes.py, line 522))
*** Failed to import volatility.plugins.overlays.windows.win10 (SyntaxError: invalid syntax (windows.py, line 305))
*** Failed to import volatility.plugins.overlays.windows.win7 (ModuleNotFoundError: No module named 'windows')
*** Failed to import volatility.plugins.overlays.windows.win8 (SyntaxError: invalid syntax (windows.py, line 305))
*** Failed to import volatility.plugins.overlays.windows.windows64 (SyntaxError: invalid syntax (windows.py, line 305))
*** Failed to import volatility.plugins.overlays.windows.win8_kdbg (TabError: inconsistent use of tabs and spaces in indentation (win8_kdbg.py, line 94))
*** Failed to import volatility.plugins.overlays.windows.win2003 (SyntaxError: invalid syntax (windows.py, line 305))
*** Failed to import volatility.plugins.overlays.windows.windows (SyntaxError: invalid syntax (windows.py, line 305))
*** Failed to import volatility.plugins.overlays.windows.__pycache__.vista_sp0_x64_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.vista_sp0_x64_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.windows64.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.windows64')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x86_10586_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x86_10586_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x86_17134_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x86_17134_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x86_44B89EEA_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x86_44B89EEA_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win7_sp1_x86_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win7_sp1_x86_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.hibernate_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.hibernate_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win8_sp1_x86_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win8_sp1_x86_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.xp.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.xp')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win8_sp1_x64_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win8_sp1_x64_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x86_15063_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x86_15063_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.vista_sp0_x64_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.vista_sp0_x64_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x64_14393_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x64_14393_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x64_1AC738FB_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x64_1AC738FB_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.crash_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.crash_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x64_16299_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x64_16299_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win7_sp1_x64_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win7_sp1_x64_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.vista_sp0_x86_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.vista_sp0_x86_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win2003_sp2_x64_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win2003_sp2_x64_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x64_16299_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x64_16299_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win7_sp01_x64_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win7_sp01_x64_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.ssdt_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.ssdt_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x64_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x64_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win2003.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win2003')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.vad_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.vad_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x86_15063_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x86_15063_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.kdbg_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.kdbg_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win7_sp01_x86_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win7_sp01_x86_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x86_17763_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x86_17763_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x86_9619274A_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x86_9619274A_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.xp_sp3_x86_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.xp_sp3_x86_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x64_17134_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x64_17134_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.tcpip_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.tcpip_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x86_10240_17770_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x86_10240_17770_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x64_15063_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x64_15063_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win7_sp1_x86_24000_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win7_sp1_x86_24000_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win2003_sp0_x86_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win2003_sp0_x86_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x64_10240_17770_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x64_10240_17770_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.xp_sp2_x86_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.xp_sp2_x86_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win2003_sp1_x64_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win2003_sp1_x64_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win7_sp0_x86_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win7_sp0_x86_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x86_16299_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x86_16299_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win8_sp1_x64_54B5A1C6_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win8_sp1_x64_54B5A1C6_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x86_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x86_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win8_sp0_x64_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win8_sp0_x64_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win7_sp1_x86_BBA98F40_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win7_sp1_x86_BBA98F40_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win81_u1_x86_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win81_u1_x86_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win7_sp1_x64_24000_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win7_sp1_x64_24000_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.vista_sp1_x64_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.vista_sp1_x64_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.vista.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.vista')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win2003_sp1_x86_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win2003_sp1_x86_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win8_sp0_x64_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win8_sp0_x64_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.vista_sp12_x64_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.vista_sp12_x64_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x64_15063_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x64_15063_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x64_DD08DD42_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x64_DD08DD42_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win8_sp0_x86_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win8_sp0_x86_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win7_sp1_x64_632B36E0_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win7_sp1_x64_632B36E0_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.vista_sp2_x86_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.vista_sp2_x86_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x64_10586_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x64_10586_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.xp_sp2_x86_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.xp_sp2_x86_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win8_sp1_x64_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win8_sp1_x64_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win8.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win8')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win2003_sp2_x86_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win2003_sp2_x86_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win7.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win7')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.vista_sp12_x86_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.vista_sp12_x86_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x64_17763_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x64_17763_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win7_sp0_x64_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win7_sp0_x64_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.vista_sp0_x86_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.vista_sp0_x86_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win2003_sp0_x86_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win2003_sp0_x86_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x86_16299_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x86_16299_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win81_u1_x64_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win81_u1_x64_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win8_sp0_x86_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win8_sp0_x86_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win2003_sp12_x64_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win2003_sp12_x64_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.vista_sp1_x86_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.vista_sp1_x86_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.kpcr_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.kpcr_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.vista_sp2_x64_vtypes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.vista_sp2_x64_vtypes')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win8_sp1_x86_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win8_sp1_x86_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win10_x86_14393_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win10_x86_14393_syscalls')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.__init__.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.__init__')
*** Failed to import volatility.plugins.overlays.windows.__pycache__.win2003_sp12_x86_syscalls.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.windows.__pycache__.win2003_sp12_x86_syscalls')
*** Failed to import volatility.plugins.overlays.mac.mac (SyntaxError: invalid syntax (basic.py, line 257))
*** Failed to import volatility.plugins.overlays.mac.__pycache__.macho.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.mac.__pycache__.macho')
*** Failed to import volatility.plugins.overlays.mac.__pycache__.mac.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.mac.__pycache__.mac')
*** Failed to import volatility.plugins.overlays.mac.__pycache__.__init__.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.overlays.mac.__pycache__.__init__')
*** Failed to import volatility.plugins.linux.slab_info (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.netstat (SyntaxError: invalid syntax (netstat.py, line 91))
*** Failed to import volatility.plugins.linux.find_file (SyntaxError: invalid syntax (find_file.py, line 142))
*** Failed to import volatility.plugins.linux.tmpfs (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.bash_hash (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.pidhashtable (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.recover_filesystem (SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers (recover_filesystem.py, line 49))
*** Failed to import volatility.plugins.linux.linux_truecrypt (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.librarydump (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.iomem (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.process_stack (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.ld_env (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.check_creds (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.threads (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.pkt_queues (SyntaxError: invalid syntax (netstat.py, line 91))
*** Failed to import volatility.plugins.linux.mount (SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers (flags.py, line 61))
*** Failed to import volatility.plugins.linux.info_regs (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.lime (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.linux_yarascan (SyntaxError: invalid syntax (malfind.py, line 238))
*** Failed to import volatility.plugins.linux.banner (SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers (flags.py, line 61))
*** Failed to import volatility.plugins.linux.dmesg (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.flags (SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers (flags.py, line 61))
*** Failed to import volatility.plugins.linux.enumerate_files (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.keyboard_notifiers (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.list_raw (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.getcwd (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.netscan (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.ifconfig (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.route_cache (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.linux_strings (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.process_hollow (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Function %s paged out in memory" % symname)? (process_hollow.py, line 105))
*** Failed to import volatility.plugins.linux.check_syscall (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.mount_cache (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.psaux (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.pslist (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.check_afinfo (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.sk_buff_cache (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.plthook (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.arp (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.aslr_shift (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.procdump (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.psxview (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.ldrmodules (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.pstree (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.linux_volshell (SyntaxError: invalid syntax (linux_volshell.py, line 36))
*** Failed to import volatility.plugins.linux.proc_maps (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.process_info (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.tty_check (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.dentry_cache (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.vma_cache (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.pslist_cache (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.dump_map (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.bash (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.lsmod (SyntaxError: invalid syntax (lsmod.py, line 160))
*** Failed to import volatility.plugins.linux.psscan (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.common (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.apihooks (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.lsof (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.netfilter (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.elfs (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.psenv (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.cpuinfo (SyntaxError: invalid syntax (cpuinfo.py, line 46))
*** Failed to import volatility.plugins.linux.check_inline_kernel (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.check_syscall_arm (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.check_evt_arm (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.libc_env (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.kernel_opened_files (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.hidden_modules (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.library_list (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.proc_maps_rb (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.check_idt (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.check_fops (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("no handler for %s" % sym)? (common.py, line 220))
*** Failed to import volatility.plugins.linux.malfind (SyntaxError: invalid syntax (malfind.py, line 238))
*** Failed to import volatility.plugins.linux.check_modules (SyntaxError: invalid syntax (lsmod.py, line 160))
*** Failed to import volatility.plugins.linux.__pycache__.apihooks.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.apihooks')
*** Failed to import volatility.plugins.linux.__pycache__.check_idt.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.check_idt')
*** Failed to import volatility.plugins.linux.__pycache__.linux_yarascan.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.linux_yarascan')
*** Failed to import volatility.plugins.linux.__pycache__.ld_env.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.ld_env')
*** Failed to import volatility.plugins.linux.__pycache__.dentry_cache.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.dentry_cache')
*** Failed to import volatility.plugins.linux.__pycache__.dump_map.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.dump_map')
*** Failed to import volatility.plugins.linux.__pycache__.vma_cache.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.vma_cache')
*** Failed to import volatility.plugins.linux.__pycache__.list_raw.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.list_raw')
*** Failed to import volatility.plugins.linux.__pycache__.bash_hash.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.bash_hash')
*** Failed to import volatility.plugins.linux.__pycache__.enumerate_files.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.enumerate_files')
*** Failed to import volatility.plugins.linux.__pycache__.route_cache.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.route_cache')
*** Failed to import volatility.plugins.linux.__pycache__.proc_maps.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.proc_maps')
*** Failed to import volatility.plugins.linux.__pycache__.netfilter.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.netfilter')
*** Failed to import volatility.plugins.linux.__pycache__.pslist_cache.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.pslist_cache')
*** Failed to import volatility.plugins.linux.__pycache__.process_stack.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.process_stack')
*** Failed to import volatility.plugins.linux.__pycache__.tmpfs.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.tmpfs')
*** Failed to import volatility.plugins.linux.__pycache__.check_syscall.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.check_syscall')
*** Failed to import volatility.plugins.linux.__pycache__.linux_truecrypt.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.linux_truecrypt')
*** Failed to import volatility.plugins.linux.__pycache__.aslr_shift.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.aslr_shift')
*** Failed to import volatility.plugins.linux.__pycache__.psxview.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.psxview')
*** Failed to import volatility.plugins.linux.__pycache__.keyboard_notifiers.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.keyboard_notifiers')
*** Failed to import volatility.plugins.linux.__pycache__.sk_buff_cache.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.sk_buff_cache')
*** Failed to import volatility.plugins.linux.__pycache__.pkt_queues.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.pkt_queues')
*** Failed to import volatility.plugins.linux.__pycache__.arp.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.arp')
*** Failed to import volatility.plugins.linux.__pycache__.info_regs.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.info_regs')
*** Failed to import volatility.plugins.linux.__pycache__.pstree.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.pstree')
*** Failed to import volatility.plugins.linux.__pycache__.kernel_opened_files.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.kernel_opened_files')
*** Failed to import volatility.plugins.linux.__pycache__.check_afinfo.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.check_afinfo')
*** Failed to import volatility.plugins.linux.__pycache__.check_creds.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.check_creds')
*** Failed to import volatility.plugins.linux.__pycache__.check_fops.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.check_fops')
*** Failed to import volatility.plugins.linux.__pycache__.process_info.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.process_info')
*** Failed to import volatility.plugins.linux.__pycache__.librarydump.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.librarydump')
*** Failed to import volatility.plugins.linux.__pycache__.elfs.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.elfs')
*** Failed to import volatility.plugins.linux.__pycache__.pslist.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.pslist')
*** Failed to import volatility.plugins.linux.__pycache__.netscan.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.netscan')
*** Failed to import volatility.plugins.linux.__pycache__.procdump.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.procdump')
*** Failed to import volatility.plugins.linux.__pycache__.dmesg.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.dmesg')
*** Failed to import volatility.plugins.linux.__pycache__.lsof.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.lsof')
*** Failed to import volatility.plugins.linux.__pycache__.psenv.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.psenv')
*** Failed to import volatility.plugins.linux.__pycache__.mount.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.mount')
*** Failed to import volatility.plugins.linux.__pycache__.check_modules.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.check_modules')
*** Failed to import volatility.plugins.linux.__pycache__.libc_env.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.libc_env')
*** Failed to import volatility.plugins.linux.__pycache__.hidden_modules.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.hidden_modules')
*** Failed to import volatility.plugins.linux.__pycache__.pidhashtable.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.pidhashtable')
*** Failed to import volatility.plugins.linux.__pycache__.ifconfig.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.ifconfig')
*** Failed to import volatility.plugins.linux.__pycache__.tty_check.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.tty_check')
*** Failed to import volatility.plugins.linux.__pycache__.ldrmodules.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.ldrmodules')
*** Failed to import volatility.plugins.linux.__pycache__.banner.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.banner')
*** Failed to import volatility.plugins.linux.__pycache__.psscan.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.psscan')
*** Failed to import volatility.plugins.linux.__pycache__.mount_cache.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.mount_cache')
*** Failed to import volatility.plugins.linux.__pycache__.linux_strings.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.linux_strings')
*** Failed to import volatility.plugins.linux.__pycache__.check_syscall_arm.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.check_syscall_arm')
*** Failed to import volatility.plugins.linux.__pycache__.check_evt_arm.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.check_evt_arm')
*** Failed to import volatility.plugins.linux.__pycache__.check_inline_kernel.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.check_inline_kernel')
*** Failed to import volatility.plugins.linux.__pycache__.psaux.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.psaux')
*** Failed to import volatility.plugins.linux.__pycache__.slab_info.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.slab_info')
*** Failed to import volatility.plugins.linux.__pycache__.proc_maps_rb.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.proc_maps_rb')
*** Failed to import volatility.plugins.linux.__pycache__.lime.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.lime')
*** Failed to import volatility.plugins.linux.__pycache__.getcwd.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.getcwd')
*** Failed to import volatility.plugins.linux.__pycache__.library_list.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.library_list')
*** Failed to import volatility.plugins.linux.__pycache__.threads.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.threads')
*** Failed to import volatility.plugins.linux.__pycache__.bash.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.bash')
*** Failed to import volatility.plugins.linux.__pycache__.malfind.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.malfind')
*** Failed to import volatility.plugins.linux.__pycache__.iomem.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.iomem')
*** Failed to import volatility.plugins.linux.__pycache__.plthook.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.plthook')
*** Failed to import volatility.plugins.linux.__pycache__.__init__.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.linux.__pycache__.__init__')
*** Failed to import volatility.plugins.malware.svcscan (SyntaxError: invalid syntax (registryapi.py, line 53))
*** Failed to import volatility.plugins.malware.devicetree (SyntaxError: invalid syntax (malfind.py, line 238))
*** Failed to import volatility.plugins.malware.timers (TabError: inconsistent use of tabs and spaces in indentation (win8_kdbg.py, line 94))
*** Failed to import volatility.plugins.malware.servicediff (SyntaxError: invalid syntax (registryapi.py, line 53))
*** Failed to import volatility.plugins.malware.threads (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("[x86] Gathering all referenced SSDTs from KTHREADs...")? (ssdt.py, line 143))
*** Failed to import volatility.plugins.malware.idt (SyntaxError: invalid syntax (malfind.py, line 238))
*** Failed to import volatility.plugins.malware.psxview (ModuleNotFoundError: No module named 'common')
*** Failed to import volatility.plugins.malware.callbacks (SyntaxError: invalid syntax (malfind.py, line 238))
*** Failed to import volatility.plugins.malware.apihooks (SyntaxError: invalid syntax (apihooks.py, line 543))
*** Failed to import volatility.plugins.malware.malfind (SyntaxError: invalid syntax (malfind.py, line 238))
*** Failed to import volatility.plugins.malware.__pycache__.timers.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.malware.__pycache__.timers')
*** Failed to import volatility.plugins.malware.__pycache__.servicediff.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.malware.__pycache__.servicediff')
*** Failed to import volatility.plugins.malware.__pycache__.psxview.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.malware.__pycache__.psxview')
*** Failed to import volatility.plugins.malware.__pycache__.cmdhistory.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.malware.__pycache__.cmdhistory')
*** Failed to import volatility.plugins.malware.__pycache__.callbacks.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.malware.__pycache__.callbacks')
*** Failed to import volatility.plugins.malware.__pycache__.impscan.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.malware.__pycache__.impscan')
*** Failed to import volatility.plugins.malware.__pycache__.idt.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.malware.__pycache__.idt')
*** Failed to import volatility.plugins.malware.__pycache__.devicetree.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.malware.__pycache__.devicetree')
*** Failed to import volatility.plugins.malware.__pycache__.threads.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.malware.__pycache__.threads')
*** Failed to import volatility.plugins.malware.__pycache__.svcscan.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.malware.__pycache__.svcscan')
*** Failed to import volatility.plugins.malware.__pycache__.__init__.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.malware.__pycache__.__init__')
*** Failed to import volatility.plugins.addrspaces.standard (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Write support disabled.")? (standard.py, line 55))
*** Failed to import volatility.plugins.addrspaces.hpak (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Write support disabled.")? (standard.py, line 55))
*** Failed to import volatility.plugins.addrspaces.macho (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Write support disabled.")? (standard.py, line 55))
*** Failed to import volatility.plugins.addrspaces.vmem (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Write support disabled.")? (standard.py, line 55))
*** Failed to import volatility.plugins.addrspaces.ieee1394 (SyntaxError: invalid syntax (ieee1394.py, line 54))
*** Failed to import volatility.plugins.addrspaces.__pycache__.hpak.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.addrspaces.__pycache__.hpak')
*** Failed to import volatility.plugins.addrspaces.__pycache__.crashbmp.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.addrspaces.__pycache__.crashbmp')
*** Failed to import volatility.plugins.addrspaces.__pycache__.arm.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.addrspaces.__pycache__.arm')
*** Failed to import volatility.plugins.addrspaces.__pycache__.intel.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.addrspaces.__pycache__.intel')
*** Failed to import volatility.plugins.addrspaces.__pycache__.paged.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.addrspaces.__pycache__.paged')
*** Failed to import volatility.plugins.addrspaces.__pycache__.crash.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.addrspaces.__pycache__.crash')
*** Failed to import volatility.plugins.addrspaces.__pycache__.amd64.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.addrspaces.__pycache__.amd64')
*** Failed to import volatility.plugins.addrspaces.__pycache__.vmem.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.addrspaces.__pycache__.vmem')
*** Failed to import volatility.plugins.addrspaces.__pycache__.hibernate.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.addrspaces.__pycache__.hibernate')
*** Failed to import volatility.plugins.addrspaces.__pycache__.elfcoredump.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.addrspaces.__pycache__.elfcoredump')
*** Failed to import volatility.plugins.addrspaces.__pycache__.vmware.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.addrspaces.__pycache__.vmware')
*** Failed to import volatility.plugins.addrspaces.__pycache__.macho.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.addrspaces.__pycache__.macho')
*** Failed to import volatility.plugins.addrspaces.__pycache__.lime.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.addrspaces.__pycache__.lime')
*** Failed to import volatility.plugins.addrspaces.__pycache__.osxpmemelf.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.addrspaces.__pycache__.osxpmemelf')
*** Failed to import volatility.plugins.addrspaces.__pycache__.__init__.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.addrspaces.__pycache__.__init__')
*** Failed to import volatility.plugins.registry.lsadump (SyntaxError: invalid syntax (hive.py, line 219))
*** Failed to import volatility.plugins.registry.userassist (SyntaxError: invalid syntax (registryapi.py, line 53))
*** Failed to import volatility.plugins.registry.printkey (SyntaxError: invalid syntax (hive.py, line 219))
*** Failed to import volatility.plugins.registry.registryapi (SyntaxError: invalid syntax (registryapi.py, line 53))
*** Failed to import volatility.plugins.registry.shellbags (SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Scanning for registries....")? (shellbags.py, line 827))
*** Failed to import volatility.plugins.registry.shimcache (SyntaxError: invalid syntax (registryapi.py, line 53))
*** Failed to import volatility.plugins.registry.dumpregistry (SyntaxError: invalid syntax (registryapi.py, line 53))
*** Failed to import volatility.plugins.registry.shutdown (SyntaxError: invalid syntax (registryapi.py, line 53))
*** Failed to import volatility.plugins.registry.auditpol (SyntaxError: Missing parentheses in call to 'print'. Did you mean print(raw)? (auditpol.py, line 439))
*** Failed to import volatility.plugins.registry.amcache (SyntaxError: invalid syntax (registryapi.py, line 53))
*** Failed to import volatility.plugins.registry.__pycache__.hivescan.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.registry.__pycache__.hivescan')
*** Failed to import volatility.plugins.registry.__pycache__.printkey.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.registry.__pycache__.printkey')
*** Failed to import volatility.plugins.registry.__pycache__.userassist.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.registry.__pycache__.userassist')
*** Failed to import volatility.plugins.registry.__pycache__.hivelist.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.registry.__pycache__.hivelist')
*** Failed to import volatility.plugins.registry.__pycache__.lsadump.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.registry.__pycache__.lsadump')
*** Failed to import volatility.plugins.registry.__pycache__.dumpregistry.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.registry.__pycache__.dumpregistry')
*** Failed to import volatility.plugins.registry.__pycache__.shutdown.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.registry.__pycache__.shutdown')
*** Failed to import volatility.plugins.registry.__pycache__.amcache.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.registry.__pycache__.amcache')
*** Failed to import volatility.plugins.registry.__pycache__.__init__.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.registry.__pycache__.__init__')
*** Failed to import volatility.plugins.registry.__pycache__.shimcache.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.registry.__pycache__.shimcache')
*** Failed to import volatility.plugins.__pycache__.tcaudit.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.tcaudit')
*** Failed to import volatility.plugins.__pycache__.modules.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.modules')
*** Failed to import volatility.plugins.__pycache__.drivermodule.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.drivermodule')
*** Failed to import volatility.plugins.__pycache__.taskmods.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.taskmods')
*** Failed to import volatility.plugins.__pycache__.machoinfo.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.machoinfo')
*** Failed to import volatility.plugins.__pycache__.bioskbd.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.bioskbd')
*** Failed to import volatility.plugins.__pycache__.kdbgscan.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.kdbgscan')
*** Failed to import volatility.plugins.__pycache__.connscan.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.connscan')
*** Failed to import volatility.plugins.__pycache__.fileparam.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.fileparam')
*** Failed to import volatility.plugins.__pycache__.hibinfo.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.hibinfo')
*** Failed to import volatility.plugins.__pycache__.cmdline.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.cmdline')
*** Failed to import volatility.plugins.__pycache__.common.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.common')
*** Failed to import volatility.plugins.__pycache__.heaps.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.heaps')
*** Failed to import volatility.plugins.__pycache__.pstree.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.pstree')
*** Failed to import volatility.plugins.__pycache__.strings.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.strings')
*** Failed to import volatility.plugins.__pycache__.raw2dmp.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.raw2dmp')
*** Failed to import volatility.plugins.__pycache__.pooltracker.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.pooltracker')
*** Failed to import volatility.plugins.__pycache__.imageinfo.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.imageinfo')
*** Failed to import volatility.plugins.__pycache__.notepad.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.notepad')
*** Failed to import volatility.plugins.__pycache__.modscan.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.modscan')
*** Failed to import volatility.plugins.__pycache__.netscan.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.netscan')
*** Failed to import volatility.plugins.__pycache__.crashinfo.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.crashinfo')
*** Failed to import volatility.plugins.__pycache__.filescan.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.filescan')
*** Failed to import volatility.plugins.__pycache__.objtypescan.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.objtypescan')
*** Failed to import volatility.plugins.__pycache__.sockscan.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.sockscan')
*** Failed to import volatility.plugins.__pycache__.dumpcerts.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.dumpcerts')
*** Failed to import volatility.plugins.__pycache__.patchguard.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.patchguard')
*** Failed to import volatility.plugins.__pycache__.sockets.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.sockets')
*** Failed to import volatility.plugins.__pycache__.envars.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.envars')
*** Failed to import volatility.plugins.__pycache__.kpcrscan.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.kpcrscan')
*** Failed to import volatility.plugins.__pycache__.handles.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.handles')
*** Failed to import volatility.plugins.__pycache__.getsids.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.getsids')
*** Failed to import volatility.plugins.__pycache__.vmwareinfo.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.vmwareinfo')
*** Failed to import volatility.plugins.__pycache__.bigpagepools.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.bigpagepools')
*** Failed to import volatility.plugins.__pycache__.privileges.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.privileges')
*** Failed to import volatility.plugins.__pycache__.iehistory.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.iehistory')
*** Failed to import volatility.plugins.__pycache__.vboxinfo.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.vboxinfo')
*** Failed to import volatility.plugins.__pycache__.vadinfo.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.vadinfo')
*** Failed to import volatility.plugins.__pycache__.getservicesids.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.getservicesids')
*** Failed to import volatility.plugins.__pycache__.connections.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.connections')
*** Failed to import volatility.plugins.__pycache__.joblinks.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.joblinks')
*** Failed to import volatility.plugins.__pycache__.__init__.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.__pycache__.__init__')
*** Failed to import volatility.plugins.gui.constants (SyntaxError: invalid syntax (constants.py, line 44))
*** Failed to import volatility.plugins.gui.gahti (SyntaxError: invalid syntax (constants.py, line 44))
*** Failed to import volatility.plugins.gui.screenshot (SyntaxError: invalid syntax (screenshot.py, line 99))
*** Failed to import volatility.plugins.gui.messagehooks (SyntaxError: invalid syntax (constants.py, line 44))
*** Failed to import volatility.plugins.gui.win32k_core (SyntaxError: invalid syntax (constants.py, line 44))
*** Failed to import volatility.plugins.gui.editbox (SyntaxError: invalid syntax (constants.py, line 44))
*** Failed to import volatility.plugins.gui.clipboard (SyntaxError: invalid syntax (constants.py, line 44))
*** Failed to import volatility.plugins.gui.windows (SyntaxError: invalid syntax (constants.py, line 44))
*** Failed to import volatility.plugins.gui.__pycache__.messagehooks.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.__pycache__.messagehooks')
*** Failed to import volatility.plugins.gui.__pycache__.win32k_core.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.__pycache__.win32k_core')
*** Failed to import volatility.plugins.gui.__pycache__.windows.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.__pycache__.windows')
*** Failed to import volatility.plugins.gui.__pycache__.eventhooks.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.__pycache__.eventhooks')
*** Failed to import volatility.plugins.gui.__pycache__.desktops.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.__pycache__.desktops')
*** Failed to import volatility.plugins.gui.__pycache__.atoms.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.__pycache__.atoms')
*** Failed to import volatility.plugins.gui.__pycache__.editbox.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.__pycache__.editbox')
*** Failed to import volatility.plugins.gui.__pycache__.clipboard.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.__pycache__.clipboard')
*** Failed to import volatility.plugins.gui.__pycache__.sessions.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.__pycache__.sessions')
*** Failed to import volatility.plugins.gui.__pycache__.gditimers.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.__pycache__.gditimers')
*** Failed to import volatility.plugins.gui.__pycache__.windowstations.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.__pycache__.windowstations')
*** Failed to import volatility.plugins.gui.__pycache__.gahti.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.__pycache__.gahti')
*** Failed to import volatility.plugins.gui.__pycache__.userhandles.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.__pycache__.userhandles')
*** Failed to import volatility.plugins.gui.__pycache__.__init__.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.__pycache__.__init__')
*** Failed to import volatility.plugins.gui.vtypes.vista (SyntaxError: invalid syntax (constants.py, line 44))
*** Failed to import volatility.plugins.gui.vtypes.win7 (SyntaxError: invalid syntax (constants.py, line 44))
*** Failed to import volatility.plugins.gui.vtypes.win8 (SyntaxError: invalid syntax (constants.py, line 44))
*** Failed to import volatility.plugins.gui.vtypes.xp (SyntaxError: invalid syntax (constants.py, line 44))
*** Failed to import volatility.plugins.gui.vtypes.__pycache__.xp.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.vtypes.__pycache__.xp')
*** Failed to import volatility.plugins.gui.vtypes.__pycache__.win7_sp1_x64_vtypes_gui.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.vtypes.__pycache__.win7_sp1_x64_vtypes_gui')
*** Failed to import volatility.plugins.gui.vtypes.__pycache__.win2003.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.vtypes.__pycache__.win2003')
*** Failed to import volatility.plugins.gui.vtypes.__pycache__.win10.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.vtypes.__pycache__.win10')
*** Failed to import volatility.plugins.gui.vtypes.__pycache__.vista.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.vtypes.__pycache__.vista')
*** Failed to import volatility.plugins.gui.vtypes.__pycache__.win7_sp0_x86_vtypes_gui.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.vtypes.__pycache__.win7_sp0_x86_vtypes_gui')
*** Failed to import volatility.plugins.gui.vtypes.__pycache__.win8.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.vtypes.__pycache__.win8')
*** Failed to import volatility.plugins.gui.vtypes.__pycache__.win7.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.vtypes.__pycache__.win7')
*** Failed to import volatility.plugins.gui.vtypes.__pycache__.win7_sp0_x64_vtypes_gui.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.vtypes.__pycache__.win7_sp0_x64_vtypes_gui')
*** Failed to import volatility.plugins.gui.vtypes.__pycache__.win7_sp1_x86_vtypes_gui.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.vtypes.__pycache__.win7_sp1_x86_vtypes_gui')
*** Failed to import volatility.plugins.gui.vtypes.__pycache__.__init__.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.gui.vtypes.__pycache__.__init__')
*** Failed to import volatility.plugins.mac.WKdm (SyntaxError: invalid syntax (WKdm.py, line 545))
*** Failed to import volatility.plugins.mac.recover_filesystem (SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers (recover_filesystem.py, line 54))
*** Failed to import volatility.plugins.mac.check_syscall_shadow (SyntaxError: invalid syntax (check_syscall_shadow.py, line 66))
*** Failed to import volatility.plugins.mac.mac_volshell (SyntaxError: invalid syntax (mac_volshell.py, line 36))
*** Failed to import volatility.plugins.mac.trustedbsd (ModuleNotFoundError: No module named 'lsmod')
*** Failed to import volatility.plugins.mac.moddump (SyntaxError: invalid syntax (moddump.py, line 53))
*** Failed to import volatility.plugins.mac.check_syscall_table (ModuleNotFoundError: No module named 'common')
*** Failed to import volatility.plugins.mac.compressed_swap (ModuleNotFoundError: No module named 'WKdm')
*** Failed to import volatility.plugins.mac.dump_map (ModuleNotFoundError: No module named 'WKdm')
*** Failed to import volatility.plugins.mac.apihooks_kernel (ModuleNotFoundError: No module named 'common')
*** Failed to import volatility.plugins.mac.mac_yarascan (SyntaxError: invalid syntax (malfind.py, line 238))
*** Failed to import volatility.plugins.mac.malfind (SyntaxError: invalid syntax (malfind.py, line 238))
*** Failed to import volatility.plugins.mac.__pycache__.compressed_swap.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.compressed_swap')
*** Failed to import volatility.plugins.mac.__pycache__.apihooks.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.apihooks')
*** Failed to import volatility.plugins.mac.__pycache__.machine_info.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.machine_info')
*** Failed to import volatility.plugins.mac.__pycache__.timers.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.timers')
*** Failed to import volatility.plugins.mac.__pycache__.check_sysctl.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.check_sysctl')
*** Failed to import volatility.plugins.mac.__pycache__.dump_map.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.dump_map')
*** Failed to import volatility.plugins.mac.__pycache__.list_raw.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.list_raw')
*** Failed to import volatility.plugins.mac.__pycache__.bash_hash.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.bash_hash')
*** Failed to import volatility.plugins.mac.__pycache__.proc_maps.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.proc_maps')
*** Failed to import volatility.plugins.mac.__pycache__.print_boot_cmdline.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.print_boot_cmdline')
*** Failed to import volatility.plugins.mac.__pycache__.netstat.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.netstat')
*** Failed to import volatility.plugins.mac.__pycache__.list_files.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.list_files')
*** Failed to import volatility.plugins.mac.__pycache__.session_hash_table.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.session_hash_table')
*** Failed to import volatility.plugins.mac.__pycache__.psxview.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.psxview')
*** Failed to import volatility.plugins.mac.__pycache__.apihooks_kernel.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.apihooks_kernel')
*** Failed to import volatility.plugins.mac.__pycache__.socket_filters.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.socket_filters')
*** Failed to import volatility.plugins.mac.__pycache__.common.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.common')
*** Failed to import volatility.plugins.mac.__pycache__.arp.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.arp')
*** Failed to import volatility.plugins.mac.__pycache__.dead_sockets.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.dead_sockets')
*** Failed to import volatility.plugins.mac.__pycache__.netconns.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.netconns')
*** Failed to import volatility.plugins.mac.__pycache__.pstree.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.pstree')
*** Failed to import volatility.plugins.mac.__pycache__.kevents.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.kevents')
*** Failed to import volatility.plugins.mac.__pycache__.version.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.version')
*** Failed to import volatility.plugins.mac.__pycache__.librarydump.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.librarydump')
*** Failed to import volatility.plugins.mac.__pycache__.trustedbsd.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.trustedbsd')
*** Failed to import volatility.plugins.mac.__pycache__.pslist.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.pslist')
*** Failed to import volatility.plugins.mac.__pycache__.threads_simple.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.threads_simple')
*** Failed to import volatility.plugins.mac.__pycache__.interest_handlers.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.interest_handlers')
*** Failed to import volatility.plugins.mac.__pycache__.devfs.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.devfs')
*** Failed to import volatility.plugins.mac.__pycache__.pstasks.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.pstasks')
*** Failed to import volatility.plugins.mac.__pycache__.dead_vnodes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.dead_vnodes')
*** Failed to import volatility.plugins.mac.__pycache__.check_trap_table.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.check_trap_table')
*** Failed to import volatility.plugins.mac.__pycache__.find_aslr_shift.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.find_aslr_shift')
*** Failed to import volatility.plugins.mac.__pycache__.route.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.route')
*** Failed to import volatility.plugins.mac.__pycache__.get_profile.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.get_profile')
*** Failed to import volatility.plugins.mac.__pycache__.mac_strings.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.mac_strings')
*** Failed to import volatility.plugins.mac.__pycache__.procdump.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.procdump')
*** Failed to import volatility.plugins.mac.__pycache__.adiummsgs.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.adiummsgs')
*** Failed to import volatility.plugins.mac.__pycache__.dmesg.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.dmesg')
*** Failed to import volatility.plugins.mac.__pycache__.lsof.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.lsof')
*** Failed to import volatility.plugins.mac.__pycache__.gkextmap.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.gkextmap')
*** Failed to import volatility.plugins.mac.__pycache__.lsmod.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.lsmod')
*** Failed to import volatility.plugins.mac.__pycache__.psenv.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.psenv')
*** Failed to import volatility.plugins.mac.__pycache__.mount.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.mount')
*** Failed to import volatility.plugins.mac.__pycache__.check_mig_table.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.check_mig_table')
*** Failed to import volatility.plugins.mac.__pycache__.dlyd_maps.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.dlyd_maps')
*** Failed to import volatility.plugins.mac.__pycache__.ifconfig.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.ifconfig')
*** Failed to import volatility.plugins.mac.__pycache__.ldrmodules.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.ldrmodules')
*** Failed to import volatility.plugins.mac.__pycache__.list_kauth_scopes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.list_kauth_scopes')
*** Failed to import volatility.plugins.mac.__pycache__.check_syscall_table.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.check_syscall_table')
*** Failed to import volatility.plugins.mac.__pycache__.vfsevents.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.vfsevents')
*** Failed to import volatility.plugins.mac.__pycache__.dump_files.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.dump_files')
*** Failed to import volatility.plugins.mac.__pycache__.dead_procs.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.dead_procs')
*** Failed to import volatility.plugins.mac.__pycache__.mac_yarascan.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.mac_yarascan')
*** Failed to import volatility.plugins.mac.__pycache__.ip_filters.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.ip_filters')
*** Failed to import volatility.plugins.mac.__pycache__.psaux.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.psaux')
*** Failed to import volatility.plugins.mac.__pycache__.classes.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.classes')
*** Failed to import volatility.plugins.mac.__pycache__.lsmod_iokit.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.lsmod_iokit')
*** Failed to import volatility.plugins.mac.__pycache__.notifiers.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.notifiers')
*** Failed to import volatility.plugins.mac.__pycache__.list_zones.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.list_zones')
*** Failed to import volatility.plugins.mac.__pycache__.keychaindump.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.keychaindump')
*** Failed to import volatility.plugins.mac.__pycache__.pgrp_hash_table.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.pgrp_hash_table')
*** Failed to import volatility.plugins.mac.__pycache__.threads.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.threads')
*** Failed to import volatility.plugins.mac.__pycache__.list_kauth_listeners.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.list_kauth_listeners')
*** Failed to import volatility.plugins.mac.__pycache__.contacts.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.contacts')
*** Failed to import volatility.plugins.mac.__pycache__.bash.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.bash')
*** Failed to import volatility.plugins.mac.__pycache__.malfind.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.malfind')
*** Failed to import volatility.plugins.mac.__pycache__.orphan_threads.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.orphan_threads')
*** Failed to import volatility.plugins.mac.__pycache__.notesapp.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.notesapp')
*** Failed to import volatility.plugins.mac.__pycache__.memdump.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.memdump')
*** Failed to import volatility.plugins.mac.__pycache__.pid_hash_table.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.pid_hash_table')
*** Failed to import volatility.plugins.mac.__pycache__.check_fop.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.check_fop')
*** Failed to import volatility.plugins.mac.__pycache__.bash_env.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.bash_env')
*** Failed to import volatility.plugins.mac.__pycache__.__init__.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.__init__')
*** Failed to import volatility.plugins.mac.__pycache__.calendar.cpython-38 (ModuleNotFoundError: No module named 'volatility.plugins.mac.__pycache__.calendar')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment