Skip to content

Commit cfd78fd

Browse files
authored
Update config.py
1 parent bb24c38 commit cfd78fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
MemProcFsDir = r'Tools\MemProcFS\MemProcFS.exe'
22
volatility2 = r'Tools\volatility2\vol.exe'
33
gimp = r'Tools\gimp\bin\gimp-console-2.10.exe'
4-
profile = ['Win7SP1x64', 'Win7SP1x86', 'WinXPSP3x86', 'WinXPSP2x86', 'WinXPSP2x64']
4+
profile = ['Win7SP1x64', 'Win7SP1x86', 'WinXPSP3x86', 'WinXPSP2x86', 'WinXPSP2x64']
5+
pythonpath = r'mem_venv\Scripts\python.exe' # 你的python3位置

0 commit comments

Comments
 (0)