Tag

Fishhook

1 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Jan 13, 2021 · Mobile Development

Understanding Hook Techniques and Fishhook Implementation on iOS

This article explains the fundamentals of hooking on iOS, covering Method Swizzle and Facebook's fishhook, detailing the Mach‑O file structure, PIC technique, and providing complete source code examples that demonstrate how to replace system functions such as NSLog at runtime.

FishhookHookMach-O
0 likes · 22 min read
Understanding Hook Techniques and Fishhook Implementation on iOS
360 Tech Engineering
360 Tech Engineering
Feb 13, 2020 · Mobile Development

iOS Method Execution Time Monitoring: Hooking objc_msgSend with Fishhook and Assembly

This article explains how to implement method‑execution time monitoring on iOS by hooking objc_msgSend using fishhook and custom assembly, detailing the concepts of hooks, the dyld symbol‑rebinding process, and providing complete code examples for building the QiLagMonitor tool.

FishhookMethod HookingPerformance Monitoring
0 likes · 11 min read
iOS Method Execution Time Monitoring: Hooking objc_msgSend with Fishhook and Assembly
Hujiang Technology
Hujiang Technology
Jun 26, 2017 · Mobile Development

iOS Network Monitoring: NSURLProtocol, Hook Techniques, and NSURLSessionTaskMetrics

The article explains the challenges of mobile network environments in China, introduces connection migration issues, and presents iOS network monitoring solutions using NSURLProtocol, code injection (Hook) with Method Swizzling, NSProxy, and Fishhook, as well as detailed usage of NSURLSessionTaskMetrics for performance analysis.

FishhookHookMethod Swizzling
0 likes · 18 min read
iOS Network Monitoring: NSURLProtocol, Hook Techniques, and NSURLSessionTaskMetrics