public interface

IOptimizedDexUnit

com.pnfsoftware.jeb.core.units.code.android.IOptimizedDexUnit

Class Overview

Interface for "optimized" dex units, aka "odex" units. The underlying odex file generally starts with the dey magic header.

Summary

Public Methods
abstract IDexUnit getDex()
Get the optimized dex as a dex unit.

Public Methods

public abstract 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