-
Notifications
You must be signed in to change notification settings - Fork 232
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
Labels
Comments
This might take sometime ... :/ |
@rancidfrog The android version is slower than ShowJava ... (that's what happens when we make a PC decompiler to run on android) |
@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)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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. 😉
The text was updated successfully, but these errors were encountered: