decompiling - Android decomplie strange problems -


i have catch strange problem android decomplie.
research, decomplie android apk apktool , dex2jar, every thing seems ok, when use jd-gui open decomplied .jar file, cannot found android activity class file in it, interested saw androidmanifest.xml file has wrote activity path in it, , promise cannot found these classes file path, what's wrong it? , how can it?

--[updated]--
found not activity class file not exists, custom widget class file too, saw layout xml has used custom widget, cannot found them real file. there in way can hide class file prevent others decompile?

enter image description here enter image description here

disassembling .dex file contains java source code. file commonly classes.dex, multi dex applications can exist anywhere in classes#.dex # number >= 1.

you not find androidmanifest.xml , various layout files in .dex file. these located elsewhere (resources.arsc, androidmanifest.xml , res/) , decoded human-readable form apktool.

additionally, can't hide anything. if application runs on android, there chance can decoded. obfuscation can help, won't prevent viewing of source.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -