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

After decompilation save files, then re-open and re-use them without decompilation 2nd time #784

Closed
NikolozCh opened this issue Dec 1, 2019 · 2 comments
Labels
GUI Issues in jadx-gui module new feature
Milestone

Comments

@NikolozCh
Copy link

Hello, I had a case where I had to decompile 70MB apk file. It had almost 18 .dex files so my 8GB Ram PC was not able to take all the decompilation process, so it got stuck in the middle.

I had an idea if you guys somehow add Export data or something similar, which will give me a chance to open that something .[exported_data_extension] file and it will contain decompiled apk itself and it won't need to decompile again somehow.

Thanks in advance!

@skylot skylot added this to the TBD milestone Mar 17, 2022
@skylot skylot added the GUI Issues in jadx-gui module label Mar 17, 2022
@skylot
Copy link
Owner

skylot commented Jun 1, 2022

Implemented in PR #1483.

@skylot skylot closed this as completed Jun 1, 2022
@NikolozCh
Copy link
Author

Implemented in PR #1483.

Wow, it was so long ago, I totally forgot about it. Thanks for the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI Issues in jadx-gui module new feature
Projects
None yet
Development

No branches or pull requests

2 participants