Tokeii0 / LovelyMem

基于Memprocfs和Volatility的可视化内存取证工具
266 stars 12 forks source link

module 'config' has no attribute 'profile' #6

Closed happyfmy closed 5 months ago

happyfmy commented 5 months ago

python3 .\main.py Traceback (most recent call last): File "C:\Users\123\Desktop\LovelyMem-0.4\main.py", line 736, in lovelymem = Lovelymem() File "C:\Users\123\Desktop\LovelyMem-0.4\main.py", line 131, in init self.comboBox_profile.addItems(config.profile) AttributeError: module 'config' has no attribute 'profile'

Tokeii0 commented 5 months ago

看一下config.py中有没有以下内容 profile = ['Win7SP1x64', 'Win7SP1x86', 'WinXPSP3x86', 'WinXPSP2x86', 'WinXPSP2x64']

happyfmy commented 5 months ago

ok 加上就好了