nsmfoo / antivmdetection

Script to create templates to use with VirtualBox to make vm detection harder
MIT License
703 stars 123 forks source link

How to fix the dependencies on archlinux? #31

Closed corechip closed 5 years ago

corechip commented 5 years ago

It seems some of the dependencies are not available on archlinux. How to fix them and use this script on archlinux?

AVJoKe commented 5 years ago

Install python-dmidecode from AUR, pip2 install dmidecode and install the package acpica with pacman (contains acpidump)

nsmfoo commented 5 years ago

I only test the script using Ubuntu, but if you got it to work with the help of @AVJoKe suggestions that's great. If not I could possible try to look at it .. anyhow please update me on the progress

jorants commented 5 years ago

just to add, on gentoo i had to download the source of the debian package and make && make install to get dmidecode working.