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 an option select which packages to ignore while decompiling #4

Closed
niranjan94 opened this issue Aug 23, 2015 · 5 comments
Closed
Assignees

Comments

@niranjan94
Copy link
Owner

Currently, the packages here are not decompiled to speed up the process and to prevent OutOfMemory errors. But, shad0vvfax@gmail.com has suggested that I could add an option for the user to select which libraries to ignore and which not to.

I'm not sure if it's possible to add this without adding the possibility of StackOverflow errors, but i'll give it a try nevertheless. 😉

@niranjan94 niranjan94 self-assigned this Aug 23, 2015
@niranjan94
Copy link
Owner Author

This might take sometime ... :/

@rancidfrog
Copy link

You should check out JADX.
Someone ported it to Android, too.
(Have not tried Android version, though)
As when you open a package using jadx, it is almost instant.
Whereas, showJava is quite slow.

@niranjan94
Copy link
Owner Author

@rancidfrog The android version is slower than ShowJava ... (that's what happens when we make a PC decompiler to run on android)

@niranjan94
Copy link
Owner Author

@rancidfrog But you just gave me an idea 😉 ... I'm gonna add jadx too ... So that the users can select which decompiler to use ...

niranjan94 added a commit that referenced this issue Aug 31, 2015
Add JaDX decompiler along with CFR (resolves #4)
@niranjan94
Copy link
Owner Author

Commits 7c9b1c6 and 3376892 add option to prevent libraries from being ignored. (can be changed in Settings)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants