Code Monkey home page Code Monkey logo

Comments (3)

Storyyeller avatar Storyyeller commented on August 23, 2024

Unfortunately, this is a limitation of the Java language that is not shared by bytecode, so in general, it is not possible to make the decompiled source follow this.

from krakatau.

JojOatXGME avatar JojOatXGME commented on August 23, 2024

Yes but it make the produced sources incompilable. If the decompiler checks whether there is a possible unhandled throwable, it would be very helpful.

I don't know how your decompiler works but I think If there would be a (not too difficult) way to implement that, you should think about that. If you don't have enough information to decide it yet, I understand that you don't want to parse the sources or bytecode again only to get this information.

(My english is not very well and I hope you can read it without problems. The comment should not attack you. I just wanted to say my opinion. If you as a developer have a different opinion, I accept it also.)

from krakatau.

Storyyeller avatar Storyyeller commented on August 23, 2024

No decompiler in existence will always produce recompileable code, even for unobfuscated Java. That being said, Procyon tends to do a pretty good job if that's your goal.

The primary goal of Krakatau is to assist reverse engineering of obfuscated Java, so recompilation is not a major concern.

from krakatau.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.