WorksButNotTested
WorksButNotTested
> Okay, I replaced memmem in `gum_read_auxv_from_stack` with non-asan realization and it works fine, but have some problems with DSO of fuzzed app =0 The last line of your maps...
[libpthread.so.gz](https://github.com/user-attachments/files/19467378/libpthread.so.gz) [libpthread.so.gzf.gz](https://github.com/user-attachments/files/19469510/libpthread.so.gzf.gz)
[Libc for Ubuntu 24.04 with debug symbols](https://github.com/user-attachments/files/19469966/libc.so.6.gz)
```bash docker run -ti --name armbe8 --rm -v ~:/home/share ghcr.io/frida/x-tools-linux-armbe8 ``` ```bash ./configure --host=$XTOOLS_HOST --without-prebuilds=sdk:host --enable-tests make ``` ```bash docker run -ti --rm --name be-target -v ~:/home/share ghcr.io/frida/x-tools-linux-be-target ```
https://gist.github.com/WorksButNotTested/636cf620a7a5b8d99f063dd55af6632a
```bash ./configure --host=$XTOOLS_HOST --without-prebuilds=sdk:host --enable-gumpp --enable-gumjs --with-devkits=gum,gumjs --enable-tests ```
These should help explain things... https://github.com/frida/frida-gum/issues/1010 https://github.com/frida/frida-gum/issues/1011
I have a PR to fix things for GNU libc https://github.com/frida/frida-gum/pull/1014.
I believe it should be. Please let me know if not @plowsec.
I'm confused, are you certain that your `core` file is not an old one? Is the correct FRIDA version reported if you print `Frida.version` in your `afl.js`? [frida 17.0.7](https://github.com/frida/frida/tree/17.0.7/subprojects) uses...