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

No module named firmware_slap.function_analyzer #30

Open badnack opened 4 years ago

badnack commented 4 years ago

When I try to run the Pwn_Firmware_CGI.py script on the provided firmware, I see the following error Traceback (most recent call last): File "bin/Pwn_Firmware_CGI.py", line 3, in <module> from firmware_slap.function_analyzer import * ImportError: No module named firmware_slap.function_analyzer

badnack commented 4 years ago

I found the problem. The scripts under bin/ must be executed within the same directory containing firmware_slap