mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-05 21:57:36 +08:00
265 B
265 B
The user can decompile the code with the jad
command:
jad com.example.demo.arthas.user.UserController
{{execute T2}}
The --source-only
option can only print out the source code:
jad --source-only com.example.demo.arthas.user.UserController
{{execute T2}}