Class DexDecompilerEvent.UnreflectedFieldRead
java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent<String>
com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent.UnreflectedFieldRead
- Enclosing class:
DexDecompilerEvent<T>
Event reporting a resolved reflective field read.
-
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
ConstructorsConstructorDescriptionUnreflectedFieldRead(String fsig, String address) Create an unreflected-field-read event. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringformatData(String 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
-
UnreflectedFieldRead
Create an unreflected-field-read event.- Parameters:
fsig- field signatureaddress- optional code address
-
-
Method Details
-
formatData
Description copied from class:DexDecompilerEventFormat the event-specific data.- Overrides:
formatDatain classDexDecompilerEvent<String>- Parameters:
data- event data- Returns:
- formatted data
-