Add Fernflower Exception transformer #81

Manually merged
major merged 1 commits from :ff_sucks into master 4 years ago
major commented 4 years ago

Fernflower fails to decompile any exception handler with an end_pc
(to in Fernflower nomenclature) equal to the length of the code array,
even though this is permitted in the class file spec. This transformer
inserts a NOP at the end of any code array that has such an exception
handler.

Signed-off-by: Major major@emulate.rs

Fernflower fails to decompile any exception handler with an end_pc (`to` in Fernflower nomenclature) equal to the length of the code array, even though this is permitted in the class file spec. This transformer inserts a NOP at the end of any code array that has such an exception handler. Signed-off-by: Major <major@emulate.rs>
major closed this pull request 4 years ago
The pull request has been manually merged as a869d47d11.
Sign in to join this conversation.
Loading…
There is no content yet.