csu333
csu333
Ok, this one was easy to fix by adding this in the initOther method: findAndHookMethod("java.lang.StackTraceElement", lpparam.classLoader, "getClassName", new XC_MethodHook() { @Override protected void afterHookedMethod(MethodHookParam param) throws Throwable { String classname...
This gives some other techniques that could be used to detect Xposed framework ... and how to bypass them [http://d3adend.org/blog/?p=589](url)
I finally developed a complementary Xposed module when rootcloak falls short of its objective: http://repo.xposed.info/module/net.csu333.surrogate. This requires much more effort to find which method must be hooked but once it...
It does for me. Let me know if it doesn't for you
Are you sure you enabled the module (needs restart) and activated the rule (all rules are disabled by default, no need to restart) ? If you did (or are unsure),...
Unfortunately, I've had very little time and I'm not running Xposed on my smartphone anymore so I can't easily debug. I'll have a bit more time the next few weeks...
#https://github.com/rovo89/XposedBridge/issues/74 As I thought, this is related to the shared preferences that have to be accessible both from the Surrogate app (to configure it) and from the targeted application (for...
Well, this is a well hidden one. I'm not sure all the places where the check for root might happen but I did find something for the "Smart Pass" feature....
My bad, it wasn't really clear. From the Surrogate application, click on the button "Download from fnternet". It's the cloud shaped icon on this screenshot, between the sharing buttons and...
I'll have a look but I can't promise that I'll have the time before next weekend :(