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.
我使用烟灰库。
在不同的例子中,我看到.v()了方法,例如Jimple.v(), scene.v(), ... 。
.v()
Jimple.v()
scene.v()
现在我想问这是什么意思?特别是在Jimple.v().
它是 soot 中的单例模式实现。
例如Jimple.v()返回类的全局单个实例Jimple。上课也一样Scene。
Jimple
Scene
参考:soot /从头开始创建一个类。