HuntGames is an open-source project aimed at providing tools for game hunting and analysis on ARM64 devices. This project uses the kernel for Read and Write memory
- Lua scripts (see example.lua or LuaExecute.kt for reference)
- Search values in memory of process.
- Write values in memory of process.
- ARM64 device
- Root access
- Compiled kernel module (refer to the rwMem repository)
- Unlocked bootloader
-
Download apk in the realeases section
-
Compile the necessary kernel module from the rwMem repository: Instructions in the repository see too Kernel_Action repository
-
Load the compiled module:
su -c insmod rwmem.ko
To start using HuntGames, ensure that you have met all the requirements and loaded the kernel module. Follow the instructions to enable the global namespace in your root implementation.
For discussions and support, join our Telegram group: HuntGames Telegram Group.
Watch the demo video to see HuntGames in action.
We welcome contributions! Please fork the repository, create a feature branch, and submit a pull request. Ensure your code adheres to the project's coding standards and passes all tests.
-
Inspiration and Source of Kernel Module from the abcz316: https://github.com/abcz316 and ri-char: https://github.com/ri-char
-
for the ui KuhakuPixel: https://github.com/KuhakuPixel
Note: The project is in its early stages. Please report any issues or bugs in the Issues section.