Class DexDecompilerEvent.UnreflectedFieldWrite
java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent<String>
com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent.UnreflectedFieldWrite
- Enclosing class:
DexDecompilerEvent<T>
@Ser
public static class DexDecompilerEvent.UnreflectedFieldWrite
extends DexDecompilerEvent<String>
Event reporting a resolved reflective field write.
-
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
ConstructorsConstructorDescriptionUnreflectedFieldWrite(String fsig, String address) Create an unreflected-field-write 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
-
UnreflectedFieldWrite
Create an unreflected-field-write 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
-