Class DexDecompilerEvent.DecryptedString

java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent<String>
com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent.DecryptedString
Enclosing class:
DexDecompilerEvent<T>

@Ser public static class DexDecompilerEvent.DecryptedString extends DexDecompilerEvent<String>
Event reporting a decrypted string.
  • Constructor Details

    • DecryptedString

      public DecryptedString(String data, String address)
      Create a decrypted-string event.
      Parameters:
      data - decrypted string
      address - optional code address
  • Method Details