Interface IOptimizedDexUnit


public interface IOptimizedDexUnit
Interface for "optimized" dex units, aka "odex" units. The underlying odex file generally starts with the dey magic header.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the optimized dex as a dex unit.
  • Method Details

    • getDex

      IDexUnit getDex()
      Get the optimized dex as a dex unit. Careful! Such codes use optimized instructions that may trigger errors and generally, will not be decompilable.
      Returns:
      a Dex unit