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

Deobfuscation help #988

Open
FDPUser443 opened this issue Jan 3, 2024 · 1 comment
Open

Deobfuscation help #988

FDPUser443 opened this issue Jan 3, 2024 · 1 comment

Comments

@FDPUser443
Copy link

Hi. I have a certain jar file and I can't deobfuscate it

the log is there: https://paste.md-5.net/ewakihakij.cs

My config file is there: https://paste.md-5.net/apemijirot.makefile

Is there anything I can do to resolve it ?

@Janmm14
Copy link
Contributor

Janmm14 commented Jan 3, 2024

The errors mentioned there are actually just warnings, the output file should be created and smoke's inserted math operations should have been folded.

It could be that your jar file was actually obfuscated with another obfuscator and just the inserted math operations were smilar to what the smoke obfuscator used, resulting the detector for smoke math triggering and few math operations being resolved, while the main part of the unsupported obfuscator or supported obfuscator with missing detection stayed untouched.

You could experiment with other transformers, but they might fail or not do anything. This project is essentially dead in the public, because for every public transformer the obfuscators will be changed so they won't work anymore.

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

2 participants