You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GNU exception analyzer could successfully analyze the exception handlers, etc.
But the function ends at the wrong place:
Correctly analyzed try:
Correctly analyzed catch:
However the body range is incorrect:
This will cause strange reaction when clicking at listing after 0x1012b4, which will show an "undefined" function in the decompiler view, after manually setting the body range, everything goes to normal.
Original code:
GNU exception analyzer could successfully analyze the exception handlers, etc.
But the function ends at the wrong place:
Correctly analyzed try:
Correctly analyzed catch:
However the body range is incorrect:
This will cause strange reaction when clicking at listing after 0x1012b4, which will show an "undefined" function in the decompiler view, after manually setting the body range, everything goes to normal.
binary:
test_exc.zip
The text was updated successfully, but these errors were encountered: