Questions tagged [xposed]

Xposed is a framework allowing to "hook into", that is, modify behavior of any function on an Android device. This is achieved via modifying "Zygote", which is the heart of the Android runtime. Xposed is a cheap replacement for a custom rom with custom code.

To learn more: Development Tutorial; Xposed Module Repository

144 questions
-1
votes
1 answer

Question about error while hooking APK using Cydia Substrate JAVA API

enter image description here Hooking with the above code was successful. Hooking failed because the argument value of a was not entered. I wonder why it failed
bigtunaa
  • 51
  • 6
-1
votes
1 answer

Fake network connection as disconnected android

I want to know if there is a way to fake network connection as disconnected or disabled on selected apps. As there are Xposed modules like "Fake Wifi Connection" is working, I believe this should be possible. Thank you.
-1
votes
1 answer

Xposed - how to hook Date Class android

As you can see below to get date when we use this code Date date = new Date(); System.out.print("Due date:", date); now how can i change the date before displaying result ,as it is not using any method so how to hook something like above ? is there…
-1
votes
1 answer

Hooking WeChat using Xposed for incoming messages

I want to use Xposed to hook the method in WeChat that is responsible for incoming messages. Which method should I hook? Which procedure should I follow to find this method?
Zirui Wang
  • 237
  • 3
  • 12
-1
votes
1 answer

Where is the documentation of Xposed API

There are only tutorials available. https://github.com/rovo89/XposedBridge/wiki
Mahler
  • 394
  • 4
  • 14
-1
votes
2 answers

Object on which a method was called - Java reflection

I came across a situation, wherein I would like to know/get a reference to the object on which a certain method was called. Basically, I am trying to write an xposed module. One of the features of the module is to find out all the URLs being hit by…
qre0ct
  • 5,680
  • 10
  • 50
  • 86
-2
votes
1 answer

Xposed Module "Three Steps Ahead" Crashed on Android 7.0

On my ZTE Blade v8 Mini running Android 7.0 I installed Magisk, Xposed Framework for Magisk v89 and Xposed module Three Steps Ahead (missing in official repository). Rebooted my device and could see the module activated in Xposed Installer. When I…
-2
votes
1 answer

How to hide app has stopped unexpectedly error window

How can i hide the error window that says app has stopped etc..? Or is there any xposed module that can do this?
1 2 3
9
10