You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly handle null thisObject in VectorChain for static methods (#658)
The previous implementation used a dummy `Any()` instance as a fallback when `thisObj` was null.
This incorrectly bound an object instance to static method calls and prevented the terminal handler from receiving the required null pointer.
We move core progression logic into a private `internalProceed` method that accepts a nullable `thisObject`.
Moreover, we update libxposed submodule to include recent documentation changes (no API changes required).
0 commit comments