1
Hi, I was wondering if it is possible to open a compiled Androidmanifest.xml file. The same file is in hexa.
1
Hi, I was wondering if it is possible to open a compiled Androidmanifest.xml file. The same file is in hexa.
Browser other questions tagged xml reverse-engineering
You are not signed in. Login or sign up in order to post.
Use
apktool
, https://ibotpeaches.github.io/Apktool/, it is able to "decompile" everything from . xml up to the java code itself, then you can still modify and compile again (using another key, obviously). >:D– Inkeliz
http://www.javadecompilers.com/apk
– user622
I could not use apktool gave error, but I found another option.
– Apach3