Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bytecode tableswitch deassemble broken #65

Closed
ghost opened this issue Jul 23, 2015 · 5 comments
Closed

bytecode tableswitch deassemble broken #65

ghost opened this issue Jul 23, 2015 · 5 comments
Labels

Comments

@ghost
Copy link

ghost commented Jul 23, 2015

last case statement does not show in the switch statement.

not default case, the last normal case

for example open up a zkm flow obfuscated strings class and look at the switch statements in the decryptor method ()

@t81lal
Copy link
Contributor

t81lal commented Jul 30, 2015

can confirm this is broken, mb cuz this originally came from my (bad) implementation of an instruction printer.

@Storyyeller
Copy link

Just to clarify, this affects the builtin disassembler, not Krakatau, right?

@Konloch
Copy link
Owner

Konloch commented Aug 3, 2015

yeah not krakatau

@Konloch Konloch added the Bug label Aug 8, 2015
@Konloch
Copy link
Owner

Konloch commented Aug 8, 2015

Could you please verify if this issue is persistent in 2.9.9 preview 2 - https://github.com/Konloch/bytecode-viewer/blob/master/BytecodeViewer%202.9.9-preview2.jar

Did a cheaphax, not entirely convinced that'll fix it, but it's worth a shot.

@ghost
Copy link
Author

ghost commented Aug 29, 2015

fixed maybe

@ghost ghost closed this as completed Aug 29, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants