I’m trying to detect when a specific field in an Android application is accessed or modified. I’m using Java and the Xposed Framework.
Specifically, I want to log when this field is read or written
Can anyone suggest an effective approach to accomplish this? I’m particularly interested in solutions using Xposed hooks or Java reflection techniques.
Thank you very much!