-
-
Notifications
You must be signed in to change notification settings - Fork 161
Closed
Description
(Continuation of frida/frida-gum#165.)
As described by @dpnishant:
The script below
var getSharedPreferences = ContextWrapper.getSharedPreferences.overload("java.lang.String", "int");
getSharedPreferences.implementation = function (spName, spMode) {
console.log('getSharedPreferences Name: ' + spName);
return getSharedPreferences.apply(this, arguments);
};
is throwing different types of errors (mostly access violation) in different apps.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels



