games with smali files

Sbenny.com is trusted by 1,312,726 happy users since 2014.
Register

syed burair

Lurker Lv0️⃣
Member for 3 years
hello
im trying to mod a game which have smali file how can I mod it
i tried to search some useful but never found anything like that
please guide me about this
the game is Mini militia doodle army 2
 

Legacy

⭐???? ?? ??????⭐
Verified 18+ user
Member for 4 years
You can use Jadx-Gui to convert the smali into readable java code which can end up helping you to better understand the smali code.

Are you completely sure that the game is smali based and not consisting of other aspects such as lib,dlls or luas?
 

syed burair

Lurker Lv0️⃣
Member for 3 years
I decompile using apk easy tool
and it contain smali files
Post automatically merged:

if I convert smali to java read able then after changing I have to convert it again in to smali ?
 

Legacy

⭐???? ?? ??????⭐
Verified 18+ user
Member for 4 years
I decompile using apk easy tool
and it contain smali files
Post automatically merged:

if I convert smali to java read able then after changing I have to convert it again in to smali ?
You cannot modify the java code, the java code is just there so you can better understand what is going on in the smali.
 
Top