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

refactor: Speed up manifest parsing #471

Merged
merged 9 commits into from
Oct 31, 2019

Conversation

mykola-mokhnach
Copy link
Contributor

Currently we use aapt/apkanalyzer for manifest parsing. This works, but is slow. For example apkanalyzer is a batch script, that internally triggers JVM. In general, only the tool execution itself takes about one second to just load the necessary libs.
The adbkit-apkreader lib from OpenSTF (many thanks @sorccu and Co for your hard work) implements apk reading on its own and requires much less time to extract the information from Android packages.

@mykola-mokhnach mykola-mokhnach changed the title refactor: Speed up manifest parsing [WIP] refactor: Speed up manifest parsing Oct 30, 2019
@mykola-mokhnach mykola-mokhnach changed the title [WIP] refactor: Speed up manifest parsing refactor: Speed up manifest parsing Oct 31, 2019
Copy link
Member

@KazuCocoa KazuCocoa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, great tool :)

Copy link
Contributor

@imurchie imurchie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

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

Successfully merging this pull request may close these issues.

None yet

3 participants