mirror of
https://github.com/NohamR/knowledge-kit.git
synced 2026-05-25 04:17:17 +00:00
feature: App 逆向防护
This commit is contained in:
@@ -136,7 +136,9 @@ Position-Independent Code,即位置无关代码。这是一种编译技术,
|
||||
|
||||
### 实践探索
|
||||
|
||||
做个实验验证下,完整流程
|
||||
做个实验验证下,完整流程(新版本的位于 )
|
||||
|
||||
<img src="https://raw.githubusercontent.com/FantasticLBP/knowledge-kit/master/assets/MachOLazySymbolLeatstVersionLocation.png" style="zoom:25%" />
|
||||
|
||||
第一步:可以看到 NSLog 位于 Lazy Symbol Pointers 里的第一个。lazy 说明只有在用到的时候才去绑定。下断点验证下
|
||||
|
||||
|
||||
Reference in New Issue
Block a user