forked from rovo89/Xposed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v39: Copy more bytes for the backup of the original method
Xposed caused strange effects on the Genymotion emulator. I tracked this down to an additional attribute they had added to the Method structure. As the size of the structure is determined at compile time, this attribute wasn't stored in the list of original methods. Therefore its value was undefined during the invokation. Now 16 additional bytes are copied for each method that is hooked. That should be enough, such modifications are very rare.
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters