网上别人的案例
- 网上的别人的Frida的使用案例
lich4/personal_script
- personal_script/Frida_script at master · lich4/personal_script · GitHub
- ios_utils
- antijailbreak
- getdeviceinfo
- ios_dump
- recvfrom
- sendto
- android_hook_detect
noobpk/frida-ios-hook
- frida-ios-hook/frida-scripts
- ssl pinning
- class + method
- find
- https://github.com/noobpk/frida-ios-hook/blob/master/frida-ios-hook/frida-scripts/find-all-classes-methods.js
- https://github.com/noobpk/frida-ios-hook/blob/master/frida-ios-hook/frida-scripts/find-all-classes.js
- https://github.com/noobpk/frida-ios-hook/blob/master/frida-ios-hook/frida-scripts/find-app-classes-methods.js
- https://github.com/noobpk/frida-ios-hook/blob/master/frida-ios-hook/frida-scripts/find-app-classes.js
- https://github.com/noobpk/frida-ios-hook/blob/master/frida-ios-hook/frida-scripts/find-specific-method.js
- hook
- https://github.com/noobpk/frida-ios-hook/blob/master/frida-ios-hook/frida-scripts/hook-all-methods-of-all-classes-app-only.js
- https://github.com/noobpk/frida-ios-hook/blob/master/frida-ios-hook/frida-scripts/hook-all-methods-of-specific-class.js
- https://github.com/noobpk/frida-ios-hook/blob/master/frida-ios-hook/frida-scripts/hook-specific-method-of-class.js
- dump=show
- find
0xdea/frida-scripts
poxyran/misc
- 用frida实现各种功能
- misc/frida-read-process-memory.py at master · poxyran/misc · GitHub
- counts the number of basic blocks
- enumerate-imports
- enumerate-modules
- heap-trace
- memory-scan
- read-process-memory
- write-process-memory
- frida-stalker-example
- misc/frida-read-process-memory.py at master · poxyran/misc · GitHub
iddoeldor/frida-snippets
- frida-snippets/README.md at master · iddoeldor/frida-snippets · GitHub
- Native
- Load C/C++ module
- One time watchpoint
- Socket activity
- Intercept open
- Execute shell command
- List modules
- Log SQLite query
- Log method arguments
- Intercept entire module
- Dump memory segments
- Memory scan
- Stalker
- Cpp Demangler
- Early hook
- Android
- Binder transactions
- Get system property
- Reveal manually registered native symbols
- Enumerate loaded classes
- Class description
- Turn WiFi off
- Set proxy
- Get IMEI
- Hook io InputStream
- Android make Toast
- Await for specific module to load
- Webview URLS
- Print all runtime strings & stacktrace
- String comparison
- Hook JNI by address
- Hook constructor
- Hook Java reflection
- Trace class
- Hooking Unity3d
- Get Android ID
- Change location
- Bypass FLAG_SECURE
- Shared Preferences update
- Hook all method overloads
- Register broadcast receiver
- Increase step count
- File system access hook $ frida --codeshare FrenchYeti/android-file-system-access-hook -f com.example.app --no-pause
- How to remove/disable java hooks ? Assign null to the implementation property.
- iOS
- OS Log
- iOS alert box
- File access
- Observe class
- Find application UUID
- Extract cookies
- Describe class members
- Class hierarchy
- Hook refelaction
- Device properties
- Take screenshot
- Log SSH commands
- Windows
- Sublime snippets
- Vim snippets
- JEB
- Native