Firmware_Slap
Firmware_Slap copied to clipboard
No module named firmware_slap.function_analyzer
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
I found the problem. The scripts under bin/ must be executed within the same directory containing firmware_slap