> I'm having 100% stability now, and we should resolve the cmplog issue now. Also see https://github.com/AFLplusplus/LibAFL/pull/3238 > > Currently enabling cmplog fails to solve the most simple case in `sample.rs`. You might have a try too. > > Note it doesn't require https://github.com/AFLplusplus/AFLplusplus/pull/2419 and you can simply do: > > ``` > afl-fuzz -i /tmp/ > input -o /tmp/test -g 8 -G8 -c ./target/release/examples/sample -- ./target/release/examples/sample @@ > ``` _Originally posted by @wtdcode in [#40](https://github.com/AFLplusplus/unicornafl/issues/40#issuecomment-2885833668)_