├── Frida_Detection.apk ├── Hook Detect.apk └── README.md /Frida_Detection.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apkunpacker/Frida-Detection/c7e2e9dc0249ab320d5b3e0d9c965382afc96d16/Frida_Detection.apk -------------------------------------------------------------------------------- /Hook Detect.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apkunpacker/Frida-Detection/c7e2e9dc0249ab320d5b3e0d9c965382afc96d16/Hook Detect.apk -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Frida-Detection 2 | Small Apps As PoC to Detect Frida With Frida 3 | 4 | 1st App Frida_Detection.apk is based on generic behaviour of frida like frida agent path or frida name in maps 5 | 6 | ![IMG_20220316_182423](https://user-images.githubusercontent.com/27184655/158594969-16fe765f-c969-43cf-8cf7-e47db367301a.jpg) 7 | 8 | 2nd App Hook Detect.apk is based on Instruction Trampoline Changed By Frida Interceptor which detects hooks on Libc.so Open, 9 | Access, Stat, Syscall Export methods 10 | 11 | ![IMG_20220316_182412](https://user-images.githubusercontent.com/27184655/158595324-a3d0e31f-5a0d-41ff-8286-963c0af610f7.jpg) 12 | 13 | Note - Preludes are Not tested on other device so it may give false positive 14 | --------------------------------------------------------------------------------