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
Followed readme to a T, getting the following error:
--- Generate VirtualBox templates to help thwart VM detection and more .. - Mikael, @nsmfoo ---
[*] Creating VirtualBox modifications ..
Traceback (most recent call last):
File "antivmdetect.py", line 44, in
for v in dmidecode.get_by_type(0):
File "/usr/local/lib/python3.6/dist-packages/dmidecode.py", line 122, in get_by_type
data = parse()
File "/usr/local/lib/python3.6/dist-packages/dmidecode.py", line 68, in parse
_data = _parse(buffer)
File "/usr/local/lib/python3.6/dist-packages/dmidecode.py", line 205, in _parse
raise ParseError("Unable to parse 'dmidecode' output")
dmidecode.ParseError: Unable to parse 'dmidecode' output
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "antivmdetect.py", line 52, in
dmi_info['DmiBIOSReleaseDate'] = "string:" + v['Relase Date']
NameError: name 'v' is not defined
I've tried troubleshooting everything, but it just isn't working and I can't find a workaround. :(
Friend of mine ran this just fine on his Windows10 WSL, but I believe his installed dependencies are much older than mine (he did this over a year ago?).
The text was updated successfully, but these errors were encountered:
Followed readme to a T, getting the following error:
I've tried troubleshooting everything, but it just isn't working and I can't find a workaround. :(
Friend of mine ran this just fine on his Windows10 WSL, but I believe his installed dependencies are much older than mine (he did this over a year ago?).
The text was updated successfully, but these errors were encountered: