jwilk / python-afl

American Fuzzy Lop fork server and instrumentation for pure-Python code
https://jwilk.net/software/python-afl
MIT License
350 stars 33 forks source link

PROGRAM ABORT : No instrumentation detected #17

Closed researcher111 closed 4 years ago

researcher111 commented 4 years ago

I am currently trying to get py-alf-fuzz to run on small program. However, I get the following error: No instrumentation detected. Does anyone know what's wrong? image

Bubble-mt commented 4 years ago

The code you written may have some problems. The parameters you inputed are error. image

Change the input paramters, it can execute successfully. image

You could debug the code directly to check problems without executing py-afl-fuzz.

researcher111 commented 4 years ago

Thanks so much this was really helpful. It fixed the problem. I also needed to run program using python3.