0
comment
on 7/26/2019 12:02 PM
There are some tools out there to decompile Java binaries. I’ve found that the easiest one to process an entire jar is Fernflow. In order to build you notice that it’s built using Gradle. Either install gradle or use existing shell wrappers to build the jar file. Once you have built the decompiler you might want to wrap it up with a shell wrapper and put the executable in your path next to the fernflower.jar: #!/usr/bin/env bash java -jar `dirname "${0}"`/fernflower.jar $@
>> Read the full article on assertfail.gewalli.se
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper