tabacoWang
tabacoWang
In HidexLoad.cpp, there is a bug. //7.0系统 Object openDexFileNative(String sourceName, String outputName, int flags, ClassLoader loader, DexPathList.Element[] elements); **DexPathList.Element[] elements** should be **[Ldalvik/system/DexPathList$Element;** In CustDexClassLoader.java I run this APP on...
At present, open-webui can share chat messages to [openwebui](https://openwebui.com/). Is it possible to add an option to consolidate chat messages into a single static URL for sharing with others (similar...
I follow the step to build [frida_libpng](https://github.com/AFLplusplus/LibAFL/tree/main/fuzzers/frida_libpng#build-for-android), but still get some error. The steps: 1. Download [standalone toolchain](https://dl.google.com/android/repository/android-ndk-r25c-linux.zip), and run the following: ``` android-ndk-r25c/build/tools/make_standalone_toolchain.py --arch arm64 --api 21 --install-dir /opt/android-toolchain-arm64...
fix: Change the type from int to float ## Pull Request Checklist - [x] **Description:** Briefly describe the changes in this pull request. - [ ] **Changelog:** Ensure a changelog...