Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Know of a good Java decompiler?
Trying to decompile and edit a class file, but the decompiler I have can't recompile it correctly once its been decompiled. Even when the syntax is unchanged it still doesn't work. Anyone know of a better option?
2 Answers
- GardnerLv 71 decade agoFavorite Answer
The words "good" and "decompiler" should never be used in the same sentence. Why you may ask? Because there is no such thing as a good decompiler.
- 1 decade ago
It is against copyright laws to decompile and edit someones work to make it your own. I would refrain from doing so. Some programmers wisely use a technique called obfuscation to make your task pretty much impossible. So I would give up and make whatever class you are trying to decompile yourself.