9 | 30K
Observe file system accesses by hooking some java.io.File* classes and methods, libc open/read functions and try to resolve associtation between file descriptor and path. Optionally, it can dumps the data.
8 | 12K
Frida script to perform static security analysis of an iOS app. Works on both Objective-C and Swift based iOS apps.
8 | 11K
Bypass certificate pinning on a Flutter-based iOS app
8 | 18K
[Android] Create Alert Dialog In MainActivity
8 | 17K
Trace the JNI API in Android apps.
8 | 13K
Hook all the methods of all the classes owned by the iOS app
8 | 49K
iOS Jailbreak Detection Bypass tested on iOS 13
7 | 20K
Another universal ssl certificate pinning bypass script for Android (https://gist.github.com/akabe1/ac6029bf2315c6d95ff2ad00fb7be1fc)
7 | 18K
有用的函数:包括模拟点击,keychain数据查看,界面结构分析,获取OC类信息等 several useful iOS utils,including keychain dumper, view dumper, perform click
7 | 20K
Bypasses debugging mode checks when USB Debugging mode is activated
6 | 18K
[Android] Dynamic Hooks (Creating Function Hooks Was Never Easier)
6 | 12K
Dumps bytes of DEX provided to InMemoryDexClassLoader on Android
6 | 11K
Check for native library calls and return a stacktrace
6 | 10K
Sockets general hooking
5 | 14K
Uploaded by: @dki
Dump useful information for an iOS app
5 | 5K
This is a simple handler I have created to extract the body and request type (GET/POST) for each request made by the target iOS application. I'm @J_Duffy01 on Twitter if any q's!