Repackaged APK Fail

syokzz

New User
2
04/09/16
0
Thread Author
Greetings Pioneer Modder,

I was unable to bypass repackaged validation, i'm trying to mod Pocket Maplestory SEA.apk,
then a message will popup
"Apk has been repackaged.It will close now"
I have no idea which file to edit to bypass.
You may download to have look here:
V0.apk

Thank You For Your Time!:yum::grin:
 
Look at smali files that check CRC for libmaple.so, just copy original libmaple.so to lib folder and rename it to libwhatever.so. Then change libmaple.so on smali check to libwhatever.so
 
@Lusx Thanks for your reply ^^
Sorry bcoz i didnt mentioned that i'm newbie, would you kindly explain it precisely,
1. i kinda lost when opening the smali folder (full of smali files) and have no idea which smali file contain CRC for libmaple.so
2. if i found that particular smali CRC, which code i need to edit
3. what is the function of copying libmaple.so and rename it
For your information, i just unsign original.apk & sign it back with my key, nothing was touched other than that..
Thanks so much, hopefully u have some times to spare.. ^^
 
Last edited:
@Lusx Thanks for your reply ^^
Sorry bcoz i didnt mentioned that i'm newbie, would you kindly explain it precisely,
1. i kinda lost when opening the smali folder (full of smali files) and have no idea which smali file contain CRC for libmaple.so
2. if i found that particular smali CRC, which code i need to edit
3. what is the function of copying libmaple.so and rename it
For your information, i just unsign original.apk & sign it back with my key, nothing was touched other than that..
Thanks so much, hopefully u have some times to spare.. ^^
then it might be a signature check
good luck
 
Back
Top Bottom