Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Integrate a decompiler #20

Open
mojo2012 opened this issue Nov 8, 2016 · 4 comments
Open

Integrate a decompiler #20

mojo2012 opened this issue Nov 8, 2016 · 4 comments

Comments

@mojo2012
Copy link

mojo2012 commented Nov 8, 2016

Im working with a closed source framework that is not very well documented (SAP hybris). I need on-demand decompilation of java classes while stepping through the code.

Do you think this is possible? Some of the java decompilers are written in java (like http://www.benf.org/other/cfr/), so they could be integrated in the debug host.

@faustinoaq
Copy link
Contributor

faustinoaq commented Nov 8, 2016

@mojo2012 Maybe something like these 👉 Java decompiler wrapper or JD-Core

@mojo2012
Copy link
Author

Yes this would be an option I guess. But the hard part is to write the actual on-the-fly-decmpiling-and-still-allowing-to-debug functionality?

@faustinoaq
Copy link
Contributor

faustinoaq commented Nov 24, 2016

I think that a decompiler can overload the debuger. For now, I'm decompiling manually 😃

Maybe another extension?

@mojo2012
Copy link
Author

Well I wouldn't mind another extension, but it should work seamless ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants