Replies: 1 comment
-
|
Thank you for reporting, it is my implementation error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m observing inconsistent behavior of
param.thisObjectwhen hooking static methods.Expected behavior:
For static methods, thisObject should always be null.
Observed behavior:
On one device (older LSPosed):
thisObject = null
On another device (newer libxposed API):
thisObject = java.lang.Object@xxxxxx
thisObject.getClass() = java.lang.Object
The object appears to be an empty placeholder with no meaningful data or fields.
Questions:
Additionally, I tested several of the latest debug builds from GitHub Actions, and the behavior remains the same.
Example:
Output:
Beta Was this translation helpful? Give feedback.
All reactions