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>
Event reporting decrypted bytes.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent
DexDecompilerEvent.BuiltString, DexDecompilerEvent.DecryptedBytes, DexDecompilerEvent.DecryptedString, DexDecompilerEvent.Message, DexDecompilerEvent.Type, DexDecompilerEvent.UnreflectedFieldRead, DexDecompilerEvent.UnreflectedFieldWrite, DexDecompilerEvent.UnreflectedInvocation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringformatData(byte[] data) Format the event-specific data.Methods inherited from class com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent
equals, format, getAddress, getData, getTimestamp, getType, hashCode, toString
-
Constructor Details
-
DecryptedBytes
Create a decrypted-bytes event.- Parameters:
data- decrypted bytesaddress- optional code address
-
-
Method Details
-
formatData
Description copied from class:DexDecompilerEventFormat the event-specific data.- Overrides:
formatDatain classDexDecompilerEvent<byte[]>- Parameters:
data- event data- Returns:
- formatted data
-