This is the AMP version of this page.
If you want to load the real page instead, click this text.

Discussion Appdome Protection

nowhere_222

I am PLATINMODS!
Skilled
Hey there, for a while now i'm trying to bypass the Appdome protection

I was able to bypass most of the alerts but one remains, the alert when u are enabling anything from mod menu..

And as long as i'm trying i'm still not finding anything that bypass this one

The first alerts were actually easy, kill signature, encrypting dex, not signing the APK while making modifications etc..

If anyone have some clue about the last alert, feel free to share your ideas in this discussion post ~

Here is a screenshot of what i'm talking about;
 
i was reading you bypassed it. Hook Detected

did they patch it?
Not really, just detecting my speedhack offset, but others are fine, i already modded this protection i remember and with hex patch offsets only from the dump it wasn't detected

The game was Boomerang RPG by Super Planet and it was already NHN AppGuard with DetectionPopup system

So my bypass really works and you can add mod menu without any alert

The alert only triggers with that particular feature which is speedhack
 
So i guess from the reading, you just hex patched the il2cpp and it does not detect it. But you still have the problem with the tamper protection.
The two alerts from signature tampering detection and tampering does not trigger with my bypass, what's triggering is when adding XA offsets (which is for speedhack) to the mod menu

If you simple hex patching from the mod menu it will not detect it

The hex patching for speedhack actually hook the lib directly so it's detecting

For example, with the targetLibName tag it will not detect if you patch only the game methods

If hook libunity.so, it will detect, because they have hook to speedhack, it is said on the documentation of NHN AppGuard

What my bypass does is simply not signing the APK during modifications, encrypting the dex and not signing still so the protection not triggers when opening, and kill signature with hook so the signature tampering alert does not trigger :))

Hope it's better explained