Hacker News new | ask | show | jobs
by ducklord 2210 days ago
> I used Scala for interactively inspect functions in jar you don't have source code.

How do you do that? I've only used javap on the command line for this.

1 comments

Of course I first decompile using cfr. And then use scala REPL to load the jar and call functions to see the effect and find the parts interesting for further analysis.