Closed neervanbiqs closed 1 month ago
Thx! Your answer is about extra object between before and after invocations. Well. But what about legacy setAdditionalStaticField and getAdditionalStaticField? For example I need to set extra field to param.thisObject in some hooked method and get this extra in another hooked method?
static kv map, it is not an API
Got it. Thx!
In legacy xposed api there are methods setObjectExtra and getObjectExtra inside XC_MethodHook.MethodHookParam class. Also in XposedHelpers class there are methods setAdditionalStaticField and пetAdditionalStaticField My module uses these methods. Is there an alternative in new api?