heardrwt / ios-debugserverLinks
LLDB debugserver for iOS with modified entitlements, allowing for debugging of any process.
☆42Updated 11 years ago
Alternatives and similar repositories for ios-debugserver
Users that are interested in ios-debugserver are comparing it to the libraries listed below
Sorting:
- Generate readable Swift code from binaries☆103Updated 9 years ago
- A Python script for lldb that prints an Objective-C block signature and disassemble its invoke function☆89Updated 12 years ago
- Various cycript functions☆126Updated 7 years ago
- An example of hooking C functions at runtime☆70Updated 10 years ago
- Swift Class Dumper - Very neglected☆138Updated 8 years ago
- An implementation of function patching for iOS, without the use of W|X pages.☆270Updated 12 years ago
- hook objc_msgSend to trace Objective-C method callz☆122Updated 12 years ago
- Collection of scripts I use in the Hopper disassembler☆111Updated 9 years ago
- mach-o diffing tool☆54Updated 10 years ago
- Tracing Objective-C method calls☆93Updated 9 years ago
- symbol recreate tool for iOS app☆132Updated 8 years ago
- Experimental block-based swizzling API for Objective-C☆88Updated 10 years ago
- A simple iOS IOKitBrowser☆64Updated 10 years ago
- PoC of a class-dumpy tool for Swift classes.☆36Updated 9 years ago
- A light weight hook utility for iOS.☆45Updated 5 years ago
- Collection of iOS Anti-Debugging Techniques☆92Updated 10 years ago
- ECM - mitigates static attacks - allows sections of source code to be encrypted into a .dylib at build time and decrypted at run-time☆35Updated 11 years ago
- IMP forwarding to a different selector.