SamNzo
Results
2
comments of
SamNzo
Thank you, this answers my first question ! But I still have two more: - Is it normal that when executing ``libfuzzer_x8664_linux.py`` I then have to manually enter an input...
The script is the following: ```python #!/usr/bin/python3 from fuzzercorn import * from unicorn import * from qiling import Qiling from qiling.extensions import pipe import sys, os, ctypes class SimpleFuzzer: def...