van Hauser
van Hauser
@galli-leo hey great to see your effort here! that gives me hope that this module is still useful.
[eclipser.zip](https://github.com/SoftSec-KAIST/Eclipser/files/5865285/eclipser.zip) here you go!
I will try to update the container to Ubuntu 20.04, thanks! The source code is: https://gitlab.com/wg1/jpeg-xl, target is tools/djxl
> The current [Dockerfile](https://github.com/SoftSec-KAIST/Eclipser/blob/master/Dockerfile) is based on Ubuntu 18.04, so glibc version mismatch makes `fuzz-target` to abort. I tried to directly execute the target program in our docker container, and...
Dockerfile in both master in dev are Using Ubuntu 18.04 - just checked again here on github :) https://github.com/SoftSec-KAIST/Eclipser/blob/master/Dockerfile https://github.com/SoftSec-KAIST/Eclipser/blob/dev/Dockerfile
yes, works. I had inserted a bug in my dockerfile thats why it didnt worked. any progress in the threading issue that kills eclipser? because it works fine with afl-fuzz...
no hurry, just so that it is not forgotten :)
if I would a) code Java/Javascript and b) not swamped in a project and my own open source release I would :)
Actually it should work if you put he afl network proxy in between afl-fuzz and fpicker. Check out util/afl_proxy in afl++
I am just in the phone I think my pointer was wrong. Not afl_proxy but util/afl_network_proxy or something like that