[NEED HELP] I can't build/recomplie this APK

HaxDroid1337

New User
5
04/28/17
0
Thread Author
I know how to use apktool but there is 1 app that I can't recomplie it back.
So I tried to decomplie it then recomplie it wiithout change anything but it still giving an error
ERROR - [ no resource identifier found for attribute ]

APP : Rov
Versions : 1.16.2.1

(I saw BTG post modded version of this app) << so it is possible to recomplie it back
(It been a week for me trying to recomplie it back, even google doesn't help)
 
i would need a little more detail to be certain but there's all sorts of answers on Google :p just gotta know what to look up, but anyways that error should have given a file/resourse name, something to say what dependancy
(I saw BTG post modded version of this app)
One other point to mention, its a possibility that this was one of the protections the EMT use, in which case if thats the problem (ie you're disassembling a mod not the orig source), you're on your own, i hold community rules in high regard so before i add more input im gonna @BTG this, so if that is a protection method i dont overstep boundaries.


tl;dr need more detail of error
 
i would need a little more detail to be certain but there's all sorts of answers on Google :p just gotta know what to look up, but anyways that error should have given a file/resourse name, something to say what dependancy
tl;dr need more detail of error

(That resourse error I have fix it?) <<< Still not sure if it work or not haven't test.

Any way this is how I searched/tried to hack this game
First I tried to use terminal (In Android 4.4) and it gave an error so I searched, it said this doesn't work.
A week later I tried to use Termux (In Android 5.1) still gave me a same error.
(ERROR = gcore doesn't support) <<< I fix all the error but this one is a dead end error.

So I searched and found that GG (Game Guardian) can dump data, and it doesn't work.
But I have use a little trick and it work. Then I found an assembly-csharp.
So I open it and found some good stuff there. But I don't know how to decrpyt it back because it can't be in apk.

Two days later the game update 1.13 to 1.16 and GG method doesn't work now.
(It still work but no assembly-csharp)
(My trick doesn't work now because they use anti hack in the game start) <<< It used to start in main menu.

Is it possible to decrpyt it directly when I decomplie the apk?
Or is there another way to obtain an assembly-csharp.dll?
 
look for a metadata. dat file, if you find one most likely changed their unity, given the amount of changes you describe its plausible this is the situation. if so look up tutorials regarding il2cpp, that's the newer method when they convert their code from assembly csharp
 
look for a metadata. dat file, if you find one most likely changed their unity, given the amount of changes you describe its plausible this is the situation. if so look up tutorials regarding il2cpp, that's the newer method when they convert their code from assembly csharp
Thank for tell me about il2cpp but I just check my xapk and apk but I couldn't find any metadata there is a tpginf.dat file and IDK what that is.
Could you help me a little more please?

EDIT : Oh I didn't mean the whole assembly is encrypted, all of it still in normal place .NET just can't read it ( File is not a portable executable. DOS header does not contain 'MZ' signature ) but just like I said gdb and GG is not working for this case for some reason.
 
Last edited:
Thank for tell me about il2cpp but I just check my xapk and apk but I couldn't find any metadata there is a tpginf.dat file and IDK what that is.
Could you help me a little more please?

EDIT : Oh I didn't mean the whole assembly is encrypted, all of it still in normal place .NET just can't read it ( File is not a portable executable. DOS header does not contain 'MZ' signature ) but just like I said gdb and GG is not working for this case for some reason.
id have to see the apk to be able to tell you anything further, that particular error is caused by very specific reasons and depending on that i may or may not know the answer, sorry
 
at the time, no, i was unable to help, for the reason i stated, we sorted this off thread that's why the convo died out.
This was also over 6 months ago so I'm sure there's been changes, so like i said here depends on your specific error
 
Back
Top Bottom