mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00: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}}