Class DexLibWrapper

java.lang.Object
sootup.apk.frontend.dexpler.DexLibWrapper

public class DexLibWrapper extends Object
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.
  • Constructor Details

    • DexLibWrapper

      public DexLibWrapper(File dexSource)
      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