FREE MOD Corebound Ver. 1.2.0.4 MOD MENU | God Mode, Damage Multiplier And Defense Multiplier

App-Architecture
ARM64 (arm64-v8a | 64-Bit)
Haven't had this problem and I've been posting since August 23🤷
nvm, I fixed it myself, and the save file for this game is pretty easy to edit tbh, so if possible, modders should add an item mod feature
 

Attachments

  • Screenshot_2026-09-12-08-50-03-936_com.Overcurve.Corebound.jpg
    Screenshot_2026-09-12-08-50-03-936_com.Overcurve.Corebound.jpg
    215.2 KB · Views: 7
@Poison Modz The mod works completely fine on the first launch right after installation. However, after I close the game and wait a few hours, it crashes instantly every time I try to open it again.

I have attached the crash log file below. Please take a look!

The app is not working when I open it second time. I tried open it many times it's still don't work. My ecosystem is MIUI.

I don't know why, but the second time I tried it, the game kept crashing. Has anyone else experienced this?

Yup it's has been happening to a few people as well, not sure why🤷
 
1. Cause
- The issue is caused by a JNI package name mismatch between the Java/Smali code and the native C++ library (libPoisonModz.so).
- When the mod author renamed the mod's package from "uk.lgl.modmenu" to "poison.modz", he probably only updated the Java/Smali side and forgot to update the corresponding native function name inside the C++ source code.
- When the app runs, the Java code calls the "isGameLibLoaded()" method. The Android Runtime searches the .so file for "Java_poison_modz_FloatingModMenuService_isGameLibLoaded", but the .so file still contains the old name "Java_uk_lgl_modmenu_FloatingModMenuService_isGameLibLoaded". Because the system cannot find the target function, it throws an UnsatisfiedLinkError and immediately crashes the app.

2. Steps to Fix
- You can bypass this error by removing the "native" link in the Smali code and forcing the method to always return true. This prevents the app from looking into the broken .so file.

Step 1: Open the APK file in MT Manager or other alternative. In this case, I use MT Manager. Tap the APK file and select "View".
Step 2: Tap on "classes.dex". If there are multiple dex files, select "Dex Editor Plus", check all dex files, and tap "OK".
Step 3: Go to the "Search" tab and search for the class path: poison.modz/FloatingModMenuService
Step 4: Open the file and search for the string "isGameLibLoaded". You will find the original method declaration:

.method native isGameLibLoaded()Z
.end method

Step 5: Delete that entire method declaration and replace it with the code in .txt file.
Step 6: Tap the Save icon at the top.
Step 7: Press the back button and choose "Save and exit".
Step 8: Make sure "Auto sign" is checked and tap "OK" to update the APK.
Step 9: Uninstall the old crashing version from your device and install the newly modified APK.

Note: Please keep in mind that this is a temporary workaround, and the stated cause is based on my subjective assumption, which might not be entirely correct. Additionally, because the mod menu no longer checks if the game engine has finished loading, the menu UI will appear instantly upon opening the app. To prevent hooking crashes, wait about 3 to 5 seconds for the game to reach its loading screen before toggling any mod features on the menu.
 

Attachments

Tags Tags
corebound 1.1.0.1 mod apk corebound 1.1.0.1 mod menu corebound 1.1.0.1 vip hack corebound 1.1.0.1 vip mod corebound 1.1.0.1 vip mod menu

Similar threads

Back
Top Bottom