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

First pass at try-catch decompilation #930

Closed

Conversation

BenjaminUrquhart
Copy link
Member

Description

This PR attempts to add try-catch decompilation to the tool. It's an absolute mess and incomplete right now which is why this is a draft PR.

Caveats

  • Nested try-catch blocks hide code that comes after them
  • Finally has not been implemented yet
  • Literally a hack to a hack this PR only exists for completeness

Notes

I hate everything

@github-actions
Copy link

github-actions bot commented May 24, 2022

@Miepee
Copy link
Contributor

Miepee commented May 26, 2022

Aware that it is draft, but still (mostly) fixes #555

@Raltyro
Copy link

Raltyro commented May 7, 2023

We really need this with compilation too

@BenjaminUrquhart
Copy link
Member Author

Stale, will remake PR if I ever finish this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants