Class DexDecompilerEvent.DecryptedBytes

java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent<byte[]>
com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent.DecryptedBytes
Enclosing class:
DexDecompilerEvent<T>

@Ser public static class DexDecompilerEvent.DecryptedBytes extends DexDecompilerEvent<byte[]>
Event reporting decrypted bytes.
  • Constructor Details

    • DecryptedBytes

      public DecryptedBytes(byte[] data, String address)
      Create a decrypted-bytes event.
      Parameters:
      data - decrypted bytes
      address - optional code address
  • Method Details