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
I tried to use this .dizz file to fuzz GTP: https://github.com/ernw/dizzfiles/blob/master/gtp_v1/gtp_create_pdp_context_request.dizz
however i'am getting this error:
ob/run: cmd was: './dizzy_cmd /root/dizzy/modules/demo/job/demo.conf'.
Traceback (most recent call last):
File "/root/dizzy/./dizzy_cmd", line 102, in
main(False)
File "/root/dizzy/./dizzy_cmd", line 84, in main
j = Job(args.file, args.start_at, options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/dizzy/dizzy/job.py", line 112, in init
self.mutations = self.act.iterations()
^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'iterations'
Could you help me ?
The text was updated successfully, but these errors were encountered:
I tried to use this .dizz file to fuzz GTP:
https://github.com/ernw/dizzfiles/blob/master/gtp_v1/gtp_create_pdp_context_request.dizz
however i'am getting this error:
ob/run: cmd was: './dizzy_cmd /root/dizzy/modules/demo/job/demo.conf'.
Traceback (most recent call last):
File "/root/dizzy/./dizzy_cmd", line 102, in
main(False)
File "/root/dizzy/./dizzy_cmd", line 84, in main
j = Job(args.file, args.start_at, options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/dizzy/dizzy/job.py", line 112, in init
self.mutations = self.act.iterations()
^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'iterations'
Could you help me ?
The text was updated successfully, but these errors were encountered: