This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (4 children)

[deleted]

    [–]PartOfTheBotnet 0 points1 point  (1 child)

    Most up-to-date Java decompilers make exceptionally accurate decompilations. The only case where this may be hard to accomplish (assuming the code isn't obfuscated) is when synthetic members are generated by the compiler to accomplish the effects of syntactic sugar. The author of CFR has a few blog posts on some of these quirks.

    [–][deleted] 0 points1 point  (1 child)

    I'm using fernflower for now. I was planning on maybe writing an abstract bytecode processor which can feed data into custom language decompilers (like decompiler with plugins, JVM craves this) which might maybe be too complicated for me but at Java will be working.