-
Notifications
You must be signed in to change notification settings - Fork 261
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
Interprocedural jumps confuse Reko scanner #90
Comments
Thanks for reporting this. I am currently away on holiday but will look into this when I get back. |
(changed the title from: "MS-DOS and decompilation errors"). The root cause of the errors here is a large number of cross procedure jumps in the provided binary. The reko scanner makes a weak attempt at handling this, but in order to fix the issue I will require some serious thinking about how to handle this "the right way". The principal difficulty is that the reko scanner is responsible for building As mentioned, I'm on holiday and can't focus too much on this just now but will hopefully think of something after returning home. |
At long last, this issue has been fixed. The indirect jumps no longer cause crashes. |
At this file there are many errors starting from the second step.
PP.zip
The text was updated successfully, but these errors were encountered: