tabacoWang

Results 6 comments of tabacoWang

After trying NDK r22b, below is my error message ``` error: failed to run custom build command for `frida-gum-sys v0.4.1` Caused by: process didn't exit successfully: `/libafl/fuzzers/frida_libpng/target/release/build/frida-gum-sys-4a9027b5aa576319/build-script-build` (exit status: 101)...

@s1341 thanks for reply. I try to `cargo clean` before build with r22b. But it seems to have the same error.

bumping versions with `frida-gum 0.12.0` and `frida-gum-sys 0.7.1` After build , this is what I see: ``` error: failed to run custom build command for `frida-gum-sys v0.7.1` Caused by: process...

@s1341 thanks for your opinion, it was very helpful for me. I revert frida-gum/frida-gum-sys versions to original version, and install the missing [libunwind](https://www.nongnu.org/libunwind/) library. but show the error `ld: error:...

The env I'm using is build from [Dockerfile](https://github.com/AFLplusplus/LibAFL/blob/main/Dockerfile) , Would you provide a docker image which frida_libpng can be build for android?

@s1341 also use nixos to cross compile, below is my error message, ``` Compiling frida_fuzzer v0.10.1 (/opt/LibAFL/fuzzers/frida_libpng) Running `rustc --crate-name frida_fuzzer --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=212 --crate-type bin --emit=dep-info,link -C...