我想知道有什么方法/工具可以在目标 C 中反编译框架文件以获取源代码。就像在 Java 中一样,有 JAD 和其他工具可以将字节码反编译为源代码。
objective-c decompiler ios
我需要了解NSDictionary算法如何在iOS中运行?
NSDictionary
我假设它在内部使用散列算法就像在Java中HashMap使用bucket和的概念一样hashcode.
HashMap
bucket
hashcode
NSDictionary的机制是否与HashMapJava 相同?
hash objective-c data-structures
objective-c ×2
data-structures ×1
decompiler ×1
hash ×1
ios ×1