Skip to content

Instantly share code, notes, and snippets.

@jaoye
Created December 13, 2018 02:30
Show Gist options
  • Save jaoye/9d27ea3e047294ca3d97d98ac6406681 to your computer and use it in GitHub Desktop.
Save jaoye/9d27ea3e047294ca3d97d98ac6406681 to your computer and use it in GitHub Desktop.
Crach Dash
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