Hacker News new | ask | show | jobs
by ogennadi 975 days ago
IntelliJ can view bytecode even without the source code
2 comments

Isn't that a simple decompiler? Those exist since forever. Should be available everywhere, maybe with a plugin.
Any JDK can do it, just call javap.