Showing posts with label decompiling. Show all posts
Showing posts with label decompiling. Show all posts

Sunday, December 29, 2013

Java decompaling

Java decompiling

 Great tool for decompiling and view code 'Java Decompiler' - http://jd.benow.ca/.

+ Fast decompile
+ Good navigation
- Decompiled code could contain incorrect parts that hard to resolve
- Search in tool could be better)

Fernflower

Great tool for decompiling to improving code. Does not have some site(, but you can download it from link
https://drive.google.com/file/d/0BynTyQpk3OoFc3FwS3lNTE02Qjg/edit?usp=sharing
+ Easy for use
-I have issue with decompiling of class with inner classes, but other stuff decompiled correctly.

References

http://habrahabr.ru/post/176825/
http://pastebin.com/bh83nHL5
https://gist.github.com/agaricusb/4575843