AhMyth / AhMyth-Android-RAT

Android Remote Administration Tool
GNU General Public License v3.0
4.41k stars 1.68k forks source link

why the java code is in smali? #55

Open axe-usat opened 6 years ago

axe-usat commented 6 years ago

seem's that someone decompiled the code instead of coding this.

luzik commented 6 years ago

it is probably generated from AhMyth-Client dir, for simplify binding with another apk function. How to generate it after AhMyth-Client change ?

luzik commented 6 years ago

...or maybe small is good enough to hide something in it and for this reason you don't want to regenerate small code while building apk ? :-P

axe-usat commented 6 years ago

a ok you mean that in the server you must to have the code in smali.

ghost commented 4 years ago

smali is something like assembler for android