Snailsoft
∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
- Gender
- Not specified
- Device
- 6502
- Country
- Canada
I was recently presented with a game that when loaded would not allow the il2cpp tools run.
It actively kills the tools
As many know, these modding tools allow modification of Unity games.
Upon researching, I found functions similar to those that kill MT, LP, GG etc.
libtool checker.so is the culprit.
Using MT it is easy to locate the library call.
It has a simple protection that can be easily fooled.
The library itself is protected, so we just remove the call and lie about the test result.
Now we can simply delete the anti mod library.
You may now add whatever tool you use normally.
While easy to deal with now, clearly developers are catching on and creating counter measures.
Expect this to get worse.
For now, a simple fix.
It actively kills the tools
As many know, these modding tools allow modification of Unity games.
Upon researching, I found functions similar to those that kill MT, LP, GG etc.
libtool checker.so is the culprit.
Using MT it is easy to locate the library call.
It has a simple protection that can be easily fooled.
The library itself is protected, so we just remove the call and lie about the test result.
Now we can simply delete the anti mod library.
You may now add whatever tool you use normally.
While easy to deal with now, clearly developers are catching on and creating counter measures.
Expect this to get worse.
For now, a simple fix.
