Initial Commit

This commit is contained in:
Ylarod
2023-07-18 16:29:24 +08:00
commit 5ba1373c87
17 changed files with 1101 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# Florida
Follow [FRIDA](https://github.com/frida/frida) upstream to automatic patch and build an anti-detection version of frida-server for android.
跟随 FRIDA 上游自动修补程序,并为 Android 构建反检测版本的 frida-server。
**Hint: Don't fork this repository**
## Download
[Latest Release](https://github.com/hzzheyang/strongR-frida-android/releases/latest)
## References
- [https://github.com/hluwa/Patchs](https://github.com/hluwa/Patchs)
- [https://github.com/feicong/strong-frida](https://github.com/feicong/strong-frida)
- [https://github.com/qtfreet00/AntiFrida](https://github.com/qtfreet00/AntiFrida)
- [https://t.zsxq.com/miIunQN](https://t.zsxq.com/miIunQN)
- [https://github.com/darvincisec/DetectFrida](https://github.com/darvincisec/DetectFrida)
- [https://github.com/b-mueller/frida-detection-demo](https://github.com/b-mueller/frida-detection-demo)
## Thanks
- [@hluwa](https://github.com/hluwa)
- [@feicong](https://github.com/feicong)
- [@r0ysue](https://github.com/r0ysue)
- [@hellodword](https://github.com/hellodword)
- [@qtfreet00](https://github.com/qtfreet00)