Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ducklord
on June 5, 2020
|
parent
|
context
|
favorite
| on:
Hands-On Scala Programming
> 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.
xgdgsc
on June 6, 2020
[–]
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.
Consider applying for YC's Summer 2025 batch! Applications are open till May 13
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
How do you do that? I've only used javap on the command line for this.