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

Add option to skip decoding sources #192

Open
spvkgn opened this issue Jan 8, 2025 · 2 comments
Open

Add option to skip decoding sources #192

spvkgn opened this issue Jan 8, 2025 · 2 comments

Comments

@spvkgn
Copy link

spvkgn commented Jan 8, 2025

Apktool has option -s,--no-src Do not decode sources.
It would be useful to add the same option.

@iBotPeaches
Copy link

This tool needs to edit the sources though so perhaps I'm confused why you think it would be useful

@vbarbaresi
Copy link

Maybe when apk-mitm is invoked with --skip-patches, it could be slightly faster to use apktool with --no-src?
For instance when we know the app doesn't have any certificate pinning in place, we just need to trust user certificates.

I found this issue while looking if this existed, but I have to agree that it's clearly not the main use case.

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

4 participants
@iBotPeaches @spvkgn @vbarbaresi and others