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

Where does JMD output #11

Open
SCLeoX opened this issue Jul 23, 2016 · 6 comments
Open

Where does JMD output #11

SCLeoX opened this issue Jul 23, 2016 · 6 comments

Comments

@SCLeoX
Copy link

SCLeoX commented Jul 23, 2016

I cannot find where does JMD output to. The origin file does not seem to be changed. I have no idea where the results goes.

@yocontra
Copy link
Owner

yocontra commented Jul 23, 2016

@SCLeoX It replaces the input file with a modified file IIRC

@SCLeoX
Copy link
Author

SCLeoX commented Jul 25, 2016

@contra Is that means JDM cannot find anything to deobfuscate if I see the last time modified is not changed?

@kidoz
Copy link
Collaborator

kidoz commented Jul 25, 2016

@SCLeoX Please, if possible, attach example.

@SCLeoX
Copy link
Author

SCLeoX commented Jul 26, 2016

@kidoz For some reason, I cannot upload a ZIP file. So I renamed its extension to pdf. I guess you can get it back by change its extension to jar.
In fact, I believe I used JMD wrongly so I get no result. Here is the script I used:

SET TARGET=SomePlugin.jar
java -jar JMD.jar "%TARGET%\%TARGET%" zkm true
java -jar JMD.jar "%TARGET%\%TARGET%" allatori true
java -jar JMD.jar "%TARGET%\%TARGET%" DashO true
java -jar JMD.jar "%TARGET%\%TARGET%" jshrink true
java -jar JMD.jar "%TARGET%\%TARGET%" dasho true
java -jar JMD.jar "%TARGET%\%TARGET%" smokescreen true
java -jar JMD.jar "%TARGET%\%TARGET%" genericstringdeobfuscator true
java -jar pdc.jar -jar %TARGET%\%TARGET% -o %TARGET%\out

SomePlugin.pdf

@ghost
Copy link

ghost commented Aug 5, 2016

SET TARGET=SomePlugin.jar
java -jar JMD.jar "%TARGET%" zkm true
java -jar JMD.jar "%TARGET%" allatori true
java -jar JMD.jar "%TARGET%" DashO true
java -jar JMD.jar "%TARGET%" jshrink true
java -jar JMD.jar "%TARGET%" dasho true
java -jar JMD.jar "%TARGET%" smokescreen true
java -jar JMD.jar "%TARGET%" genericstringdeobfuscator true
java -jar pdc.jar -jar %TARGET% -o %TARGET%\out
pause

@ghost
Copy link

ghost commented Aug 5, 2016

Try that though I can barely read the original script :/

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

3 participants