Created
December 13, 2018 02:30
-
-
Save jaoye/9d27ea3e047294ca3d97d98ac6406681 to your computer and use it in GitHub Desktop.
Crach Dash
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
Remove [Dash] WaitingView 8 seconds | |
Open IDA Pro | |
search "waitingView" -> [DHPinky waitingView] | |
search "DHPinky" -> select [DHPinky showPinky:] | |
F5 | |
find "[r12 setWaitCount:0x8]" | |
2333 Let's change 0x8 | |
mov edx, 0x8 -> BA 08 00 00 00 -> BA 00 00 00 00 | |
Yeah! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment