Use of Javap java bytecode decompiler

Use of Javap java bytecode decompiler

Learn to Program

13 лет назад

9,999 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@shirleygene
@shirleygene - 29.08.2011 00:31

Interesting. I wondered what bytecode looked like. Thanks for this.

Ответить
@tripwithachu
@tripwithachu - 13.03.2018 16:08

how to use javap when the error comes like "class not found"

Ответить
@diegoramos27
@diegoramos27 - 04.01.2021 19:57

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.

Ответить
@64_bit_coding
@64_bit_coding - 01.09.2022 15:35

javap is just a disassembler, not a decompiler

Ответить
@emiliasuero310
@emiliasuero310 - 26.05.2023 13:52

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 :)

Ответить