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

[feature] Saving .jobf file should be optional #1351

Closed
skylot opened this issue Jan 23, 2022 · 1 comment
Closed

[feature] Saving .jobf file should be optional #1351

skylot opened this issue Jan 23, 2022 · 1 comment

Comments

@skylot
Copy link
Owner

skylot commented Jan 23, 2022

Now jadx save rename map file (*.jobf) even it is not needed. And from PR #1275 this file saved even if deobfuscation is disabled.
To fix this, an additional option should be added and .jobf file saving should be optional (i.e. disabled by default).

@skylot
Copy link
Owner Author

skylot commented Feb 19, 2022

I added a new option to control how to handle deobfuscation map file, details from cli help:

  --deobf-cfg-file-mode               - set mode for handle deobfuscation map file:
                                         'read' - read if found, don't save (default)
                                         'read-or-save' - read if found, save otherwise (don't overwrite)
                                         'overwrite' - don't read, always save
                                         'ignore' - don't read and don't save

Option also available in jadx-gui preferences

So, now saving of '*.jobf' file will be disabled by default

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

1 participant