We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb24c38 commit cfd78fdCopy full SHA for cfd78fd
config.py
@@ -1,4 +1,5 @@
1
MemProcFsDir = r'Tools\MemProcFS\MemProcFS.exe'
2
volatility2 = r'Tools\volatility2\vol.exe'
3
gimp = r'Tools\gimp\bin\gimp-console-2.10.exe'
4
-profile = ['Win7SP1x64', 'Win7SP1x86', 'WinXPSP3x86', 'WinXPSP2x86', 'WinXPSP2x64']
+profile = ['Win7SP1x64', 'Win7SP1x86', 'WinXPSP3x86', 'WinXPSP2x86', 'WinXPSP2x64']
5
+pythonpath = r'mem_venv\Scripts\python.exe' # 你的python3位置
0 commit comments