Package sootup.apk.frontend.dexpler
Class DexLibWrapper
java.lang.Object
sootup.apk.frontend.dexpler.DexLibWrapper
DexlibWrapper provides an entry point to the dexlib library from the smali project. Given a dex
file, it will use dexlib to retrieve all classes for further processing A call to getClass
retrieves the specific class to analyze further.
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionDexLibWrapper
(File dexSource) Construct a DexlibWrapper from a dex file and stores its classes referenced by their name. -
Method Summary
-
Constructor Details
-
DexLibWrapper
Construct a DexlibWrapper from a dex file and stores its classes referenced by their name. No further process is done here.- Parameters:
dexSource
- the dex file from which the classes are taken for jimplification
-
-
Method Details
-
initialize
public void initialize() -
getClassInformation
-