MPeti1

Results 37 comments of MPeti1

I'm not sure if I'm allowed to make the decompiled code publicly available, but if you want we can find a way to share the code only with you

Well, I don't really think CAD is an alternative. The most important thing to me in this addon is that it can operate in blacklist mode (or whitelist mode if...

I had the same problem and with those 2 points I was able to solve that. The problem was that on the settings tab of the popup the (On )**L**(eave)...

Otherwise if someone is puzzled why the IndexedDB is not being deleted, you need to tick the enabled box in the `Cleanup on browser restart` column too, and then the...

I don't know of a solution with this plugin, but if you use uBlock Origin or uMatrix, their logger shows when a cookie is accessed

until we don't know what is your question, we can't help. not even rovo is a mind reader

Added this before findAndHookMethod and now the hook is working, but why? ```java Method onCreate = XposedHelpers.findMethodExact("com.mpeter.asd.MainActivity", lpparam.classLoader, "onCreate", Bundle.class); Class declaringClass = onCreate.getDeclaringClass(); String name = onCreate.getName(); String str...

So if i hook a method in my own app, i should do it with the string representation of the class name (and the classloader which came with lpparam) ?...

It seems working now with the second way :D I forgot to mention i use MIUI 8, and then a modified version of Xposed (by SolarWarez). It's not very up...

It doesn't seem to be a valid hook. Here is an example how it's working: `@Override public void handleLoadPackage(final XC_LoadPackage.LoadPackageParam lpparam) throws Throwable { XposedBridge.log(LOG_TAG + "Hooking package " +...