thorfei
Results
2
comments of
thorfei
`return(((uintptr_t)objectPtr) >> 60);` will not work well on iOS14. The tag number now moves to the bottom three bits. As apple suggested, we should use public API not to rely...
你们项目使用WKWebview的场景,会使用IP直连的方案,有没有什么坏处,比如请求的内容还是容易被篡改,没有走域名使用https安全,有尝试过hook DNS解析的方案吗?