volodya
volodya
Sorry for the late reply, yes that would absolutely work for me! I think we're willing to learn a bit of weggli-specific query language magic in order to find magic...
I just tested on OSX, I could successfully install the dependencies (including GTK3) and build hamster. For now I have trouble with dbus but the situation is not as hopeless...
Oh wonderful! I should have checked the PRs. So here is a screenshot:  I could not install hamster with the following command: ``` ( umask 0022 && sudo ./waf...
After talking with @domenukk on Discord, we understood the issue only seem to happen on crashing target. Before afl++ stops, it works quite well (I explored coverage information with Lighthouse)....
I still have the exact same bug, but maybe I messed up the update ``` cd AFLplusplus git pull make clean make ``` Then in `frida_mode` with more details (version...
Hmmm sorry about that, Frida.version showed Frida 16.x.x, so I nuked my AFLplusplus folder and started from scratch and now I confirm the bug is fixed. Thanks for your help...
I edited the issue with the coredump and binary in the ZIP file. I tested with `frida-gumjs-devkit-17.0.5-linux-arm64.tar.xz` but also with the version 16.1.11 chosen by default by AFL++.