biddyweb / androguard

Automatically exported from code.google.com/p/androguard
Apache License 2.0
0 stars 0 forks source link

get_files() doesn't get all files in APK! #124

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Most notably, res/values/strings.xml is not found. Is this a problem with the 
zip module? I've tried chilkat (0), zipfile(1), and patch zipfile (2). The file 
is there, I checked by manual extraction of the APK with an unzipper.
I'd like to read the contents of strings.xml to get information like app name 
etc.

Original issue reported on code.google.com by kabb...@web.de on 22 Jun 2013 at 9:19

GoogleCodeExporter commented 9 years ago
the res/values/strings.xml should be compiled into the resources.arsc file.
i checked multiple apks and there is always no strings.xml in there.

are you sure that this file is really inside the apk? please open it with a 
normal unzip tool and check if its there.

Original comment by 5hp...@gmail.com on 19 Jul 2013 at 8:24

GoogleCodeExporter commented 9 years ago
have you tried it? 
btw: to extract the content of the res/values/strings.xml use androarsc.py

Original comment by 5hp...@gmail.com on 29 Aug 2013 at 10:37