pr0v3rbs / FirmAE

Towards Large-Scale Emulation of IoT Firmware for Dynamic Analysis
MIT License
642 stars 119 forks source link

Update install.sh to work on Kali Linux as a normal user #17

Closed credmp closed 3 years ago

credmp commented 3 years ago

The install.sh had several install steps that were to be run as a normal user (pip install). They are now run using sudo so that the package is available when running run.sh as sudo. All the binaries from core are now copied to /usr/local/bin. Also missing dependencies on a clean install were added.

Current problematic packages on Kali Linux:

credmp commented 3 years ago

It probably conflicts with the one-time edit of bc that was added earlier. If you wish I can make a new pull request.