shellphish / fuzzer

A Python interface to AFL, allowing for easy injection of testcases and other functionality.
BSD 2-Clause "Simplified" License
638 stars 130 forks source link

What causes this error? #29

Open WinMin opened 6 years ago

WinMin commented 6 years ago

root@a57c22203b68:/ctf/work# shellphuzz /ctf/work/fm WARNING | 2018-08-08 16:19:59,460 | claripy | Claripy is setting the recursion limit to 15000. If Python segfaults, I am sorry. [*] Creating fuzzer... Traceback (most recent call last): File "/usr/local/bin/shellphuzz", line 69, in create_dictionary=not args.no_dictionary, stuck_callback=stuck_callback, time_limit=args.timeout File "/usr/local/lib/python2.7/dist-packages/fuzzer/fuzzer.py", line 162, in init self.os = p.loader.main_object.os AttributeError: 'Loader' object has no attribute 'main_object'

rhelmot commented 6 years ago

Your version of angr looks extremely old, more than a year out-of-date by the looks of things. How did you install it?

On Wed, Aug 8, 2018 at 9:22 AM swing notifications@github.com wrote:

root@a57c22203b68:/ctf/work# shellphuzz /ctf/work/fm WARNING | 2018-08-08 16:19:59,460 | claripy | Claripy is setting the recursion limit to 15000. If Python segfaults, I am sorry. [] Creating fuzzer... Traceback (most recent call last): File "/usr/local/bin/shellphuzz", line 69, in create_dictionary=not args.no_dictionary, stuck_callback=stuck_callback, time_limit=args.timeout File "/usr/local/lib/python2.7/dist-packages/fuzzer/fuzzer.py", line 162, in init* self.os = p.loader.main_object.os AttributeError: 'Loader' object has no attribute 'main_object'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shellphish/fuzzer/issues/29, or mute the thread https://github.com/notifications/unsubscribe-auth/ACYg9ZXWiqvDWGd-nt9InuMfWrD9LbRhks5uOxBYgaJpZM4V0QMh .

WinMin commented 6 years ago

ok...i use the docker...so...angr version too old.