Research & Tools

Exploring the depths of mobile security and runtime instrumentation.

Back to Home
CPython iOS Cross-Compilation
Successfully cross-compiled CPython 3.12.5 for iOS/arm64. Integrated OpenSSL and built an automated CI/CD pipeline for .deb packaging.
iOS Runtime Instrumentation
A comprehensive guide on using Frida to hook Objective-C methods, inspect classes at runtime, and bypass security checks.
iOS Network Instrumentation
Intercepting encrypted traffic on iOS using Frida to bypass SSL pinning and log requests.