If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
Notes:Smash Hit
Jump to navigation
Jump to search
This page contains notes for the game Smash Hit.
Anti-tamper
To load some content like the unused debug UI, you need to remove anti-tamper by eliminating checks against gGenuine
. The library to modify depends on the device architecture:
- armv7
armeabi-v7a/libsmashhhit.so
: Look near 0x45F10, 0x46398, 0x4639C- aarch64 (armv8)
arm64-v8a/libsmashhit.so
: (TODO)
Loading debug UI
To load the debug UI, modify the branch at 0x1C5F38 (armv7) to be unconditional.