Does Binary Ninja support C++ Exception Handling? #4693
Answered
by
fuzyll
oskarwirga
asked this question in
Q&A
-
Exceptions are hard I know but analyzing the try catch in main this isn't quite supported in any decompiler that I've seen.
Are there any strategies to looking at exception handling code in Binja? |
Beta Was this translation helpful? Give feedback.
Answered by
fuzyll
Oct 27, 2023
Replies: 1 comment 2 replies
-
What "support" are you looking for here, exactly? If you're asking: "Can Binary Ninja's decompiler currently decompile this code into an actual |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, I can replicate that here. I also can't seem to get it to decompile the exception handler after messing with a few settings. I've created issue #4716 in the hopes that we can track down why and fix it.