Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从这里:
coffi 的设计要求,为了将某个 C 类提升到 N 级,必须首先将 C 引用的所有类提升到 N-1 级。为了知道 C 引用了哪些类,您需要将 C 提升到 N-1 级。
这些“级别”是什么?
出于性能原因,Soot 只能将类加载到某个级别,例如只加载签名而不加载主体。细节可以在类 SootClass 中看到。