HexHive / T-Fuzz

247 stars 38 forks source link

Problems during installation #17

Open geldkang opened 5 years ago

geldkang commented 5 years ago

when i try to install T-Fuzz following instructions, there are some problems with shellphish-afl, python package. req.txt install shellphish-afl version 1.1, but building wheel for shellphish-afl fails. So i installed shellphish-afl 1.21 manually, but then errors occur when running TFuzz. When i tried to install shellphish-afl 1.1 manually, it failed. but i didn't go deeper to it. is shellphish-afl 1.21 also usable in TFuzz? or should i manually install shellphish-afl 1.1?

Fayozbek commented 5 years ago

when i try to install T-Fuzz following instructions, there are some problems with shellphish-afl, python package. req.txt install shellphish-afl version 1.1, but building wheel for shellphish-afl fails. So i installed shellphish-afl 1.21 manually, but then errors occur when running TFuzz. When i tried to install shellphish-afl 1.1 manually, it failed. but i didn't go deeper to it. is shellphish-afl 1.21 also usable in TFuzz? or should i manually install shellphish-afl 1.1?

I had the same problem as you. pip install git+https://github.com/shellphish/shellphish-afl pip install git+https://github.com/shellphish/fuzzer that helped me.

geldkang commented 5 years ago

It does same work with pip install shellphish-afl, it tries to build qemu several times and finally fails