You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "./bcf.py", line 31, in
from nfp_log import log, debug
File "/opt/nightmare/fuzzers/../runtime/nfp_log.py", line 13, in
from config import DEBUG
ImportError: cannot import name DEBUG
When the line from config import DEBUG is commented out:
Traceback (most recent call last):
File "./bcf.py", line 684, in
main(sys.argv[1], sys.argv[2], sys.argv[3], sys.argv[4], sys.argv[5], int(sys.argv[6]))
File "./bcf.py", line 660, in main
fuzzer = CBlindCoverageFuzzer(arch, cfg, section)
File "./bcf.py", line 50, in init
self.read_configuration()
File "./bcf.py", line 93, in read_configuration
self.read_bininst_configuration(parser)
File "./bcf.py", line 115, in read_bininst_configuration
raise Exception("Binary instrumentation toolkit parameter bininst-tool does not exists in the given configuration file")
Exception: Binary instrumentation toolkit parameter bininst-tool does not exists in the given configuration file
I correctly configured the bininst-tool parameter to point to dynamario folder but it still gives the above error.
The text was updated successfully, but these errors were encountered:
./bcf.py
Traceback (most recent call last):
File "./bcf.py", line 31, in
from nfp_log import log, debug
File "/opt/nightmare/fuzzers/../runtime/nfp_log.py", line 13, in
from config import DEBUG
ImportError: cannot import name DEBUG
When the line
from config import DEBUG
is commented out:Traceback (most recent call last):
File "./bcf.py", line 684, in
main(sys.argv[1], sys.argv[2], sys.argv[3], sys.argv[4], sys.argv[5], int(sys.argv[6]))
File "./bcf.py", line 660, in main
fuzzer = CBlindCoverageFuzzer(arch, cfg, section)
File "./bcf.py", line 50, in init
self.read_configuration()
File "./bcf.py", line 93, in read_configuration
self.read_bininst_configuration(parser)
File "./bcf.py", line 115, in read_bininst_configuration
raise Exception("Binary instrumentation toolkit parameter bininst-tool does not exists in the given configuration file")
Exception: Binary instrumentation toolkit parameter bininst-tool does not exists in the given configuration file
I correctly configured the bininst-tool parameter to point to dynamario folder but it still gives the above error.
The text was updated successfully, but these errors were encountered: