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 have been experiencing this as well. It seems to have something to do with atheris's bytecode instrumentation, because when I play around with commenting out the instrumentation calls that I have in my code, the lines shift around.
Hi! I've been fuzzing with atheris and found the problem with wrong crash line in new python versions.
For example I will use this simple wrapper
fuzz.py
:with this simple module
module.py
:I will use an empty file as a
crash
file.Output If I use
python3.8 ./fuzz.py crash
command is:Output If I use
python3.10 ./fuzz.py crash
command is:As you can see I have one line offset in Traceback.
I have larger offsets in more complex projects.
The text was updated successfully, but these errors were encountered: