How to do Reverse Engineering in compiled xml file

Asked

Viewed 253 times

1

Hi, I was wondering if it is possible to open a compiled Androidmanifest.xml file. The same file is in hexa.

  • 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

  • http://www.javadecompilers.com/apk

  • I could not use apktool gave error, but I found another option.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.