Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-Add APK Processing Ability #2

Open
antitree opened this issue Feb 15, 2012 · 2 comments
Open

Re-Add APK Processing Ability #2

antitree opened this issue Feb 15, 2012 · 2 comments

Comments

@antitree
Copy link
Owner

Due to how integrated the androidmanifest.xml file is with the rest of the APK, it makes sense to put APK processing back into this project. This is most likely already implemented in androguard's apk.py but will need to be updated.

Steps to complete:

  1. review androguard's apk processing
  2. decide whether to process entire apk or specific files related to the manifest file

[originally reported by pee]

@pee
Copy link
Collaborator

pee commented Feb 15, 2012

It's certainly an interesting API design question. Not sure I have a good answer unfortunately. Minimally to fill in an entire manifest we need to be able to extract resource strings. Which means the .asrc file and possible R.class!

@adesnos
Copy link
Collaborator

adesnos commented Feb 16, 2012

We can work to improve this module if you wish.

What kind of things we need exactly ?

antitree pushed a commit that referenced this issue Oct 28, 2016
FIX: escape attribute's value that is type of string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants