On this post, we will learn how to modify or create framework APIs on AOSP (Android Open Source Project). Before start, let’s set a build ...
Category Framework
Soot
A framework for analyzing and transforming Java and Android Applications. Soot can process and produce code from the following sources. Java ...
Phantom Reference in Soot
Phantom classes are classes that are neither in the process directory nor on the Soot classpath, but that are referenced by some class / method ...
Jimple
Soot program converts Android application file into Jimple code. Jimple contains two general concepts Local – local variables Units – statements ...