Комментарии:
Interesting. I wondered what bytecode looked like. Thanks for this.
Ответитьhow to use javap when the error comes like "class not found"
ОтветитьHi Sir, what is the meaning of the "#" in the byte code ?
Example:
46: ldc #54 // int 100000
What is the meaning of #54? Thanks.
javap is just a disassembler, not a decompiler
ОтветитьI had to use "reverse ingeniering" for a homework in the university using javap, and thanks to your video I was able to do it very very fast and easy, thank very much :)
Ответить