ytsutano / axmldec

Stand-alone binary AndroidManifest.xml decoder
ISC License
211 stars 32 forks source link

Add a flag to parse arbitrary XML files? #3

Open gianlucascoccia opened 6 years ago

gianlucascoccia commented 6 years ago

Hello, I am currently in need of a way of batch parsing the string.xml file of several thousands of apks. Since axmldec is able to perform batch processing of manifest files I was wondering if it is possible to modify it in order to parse the string.xml file rather than the manifest. Ideally, it would be nice to have a command line parameter to specify which file to parse. I am willing to look onto it myself but it's been ages since I've last done some C programming and I could use some pointers on where to start looking.