ChrisTheCoolHut / Firmware_Slap

Discovering vulnerabilities in firmware through concolic analysis and function clustering.
GNU General Public License v3.0
468 stars 79 forks source link

addition to documentation #24

Closed toobus closed 5 years ago

toobus commented 5 years ago

this might not be super complete, but just a nice hint to get the virtualenv setup

ChrisTheCoolHut commented 5 years ago

Thanks for the PR @toobus!

Two things:

Would you also

I've always liked the virtualenv wrapper workflow a little better.

mkvirtualenv firmware_slap -p /usr/bin/python3
workon firmware_slap
toobus commented 5 years ago

Hi @ChrisTheCoolHut!

Thanks for the suggestions. I'm actually not terribly fluent with using python virtualenvs which is why I thought maybe a documentation update would help. Nor am I awesome at git. So, having said that, I've committed new change and tried to flesh out the mkvirtualenv process better as I saw it on an ubuntu 19.04 image I have. See what you think.