0
votes

I wanted to edit Androidmanifest.xml of an app so I decompiled it with apktool d -f myapp.apk Then I did nano AndroidManifest.xml but it is showing weird code like this : ^K^@^@(^K^@^@B^K^@^@^^K^@^@|^K^@^@�^K^@^@�^K^@^@�^K^@^@�^K^@^@�^K^@^@> P^@^@�P^@^@�P^@^@^^Q^@^@�Q^@^@�Q^@^@hR^@^@�R^@^@S^@^@�S^@^@^@T^@^@XT> ^@p^@e^@r^@m^@i^@s^@s^@i^@o^@n^@^@^@^O^@p^@r^@o^@t^@e^@c^@t^@i^@o^@n^>

I think this is some sort of encryption , if so then how do I decrypt it?

That looks AXML, so you probably didn't complete the decode or passed a flag that skipped resource decoding.Connor Tumbleson