Decompile Binary XML Feature #56
SZRabinowitz
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think it would be nice to have a feature that can decompile single xml. probably best if:
you can give one arguement - the path to the xml (example:
apkeditor dxml -i androidmanifest.xml
)or give two arguements - the path to an apk, and the path to xml within apk (
apkeditor dxml -i example.apk -p androidmanifest.xml
orapkeditor dxml -i example.apk -p res/layout/activity_main.xml
)And also it should have all normal options like -t json, etc.
Beta Was this translation helpful? Give feedback.
All reactions