Y
Hacker News
new
|
ask
|
show
|
jobs
by
ogennadi
975 days ago
IntelliJ can view bytecode even without the source code
2 comments
blackoil
975 days ago
Isn't that a simple decompiler? Those exist since forever. Should be available everywhere, maybe with a plugin.
link
pjmlp
975 days ago
Any JDK can do it, just call javap.
link