[HELP]Replaced the .so file and the apk keep crash

WiliamDing

New User
6
08/22/16
0
Thread Author
Game : Guns girl JP version

I modified the il2cpp.so file and repalce it into the apk file.But the app just keep carsh when open it . Did I missed any steps?

Can anyone give me some help?
 
Guns Girl School Dayz has APK Check and Emulator Check aswell, look at logcat and dig up smali.
SHA1 changed after the APK compiled/signed, on this state this game calculates those checksum.

if ( SHA1() != SHA1 ) {
// APK has been modified
}
else {
// APK has not been modified

On this game it gets signature bytes then calculate SHA1 hash for it's bytes, then encoded this SHA1 hash into Base64 string, resulting as method's return value. but there's a way on how to make the SHA1 checksum will make equal even its modified.

i rooted my phone with this game af. and i lately recognized on how to bypass it. >.<
salute to mayuri, he easily get it :D
 
@ZEDjy, if we can deal with this check thing then the mod apk can baypass signature check, means can be played even with non root devices?
 
for more spesific, it is to baypass signature check or mod check?
 
@ZEDjy, if we can deal with this check thing then the mod apk can baypass signature check, means can be played even with non root devices?

its a different issue. the signature check located at libsecurity.so, maybe it needs to make a return value of hashcode, im not sure abou this and idk how. :laughing::laughing:
you need to bypass its apk/mod checksum, which is SHA1, why i suspected sha1 its because even you didnt modify/change the lib file it still crash.
 
its a different issue. the signature check located at libsecurity.so, maybe it needs to make a return value of hashcode, im not sure abou this and idk how. :laughing::laughing:
you need to bypass its apk/mod checksum, which is SHA1, why i suspected sha1 its because even you didnt modify/change the lib file it still crash.
lol good news. still it have the probability to deal with. then i will try to look on it for unity game. hope i can see a trace there.
 
Back
Top Bottom