We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes, a stack offset is necessary. This is accounted for.
Other times, the base doesn't seem consistent, the code just appears to use different values for base.
Other instructions manipulating SP affect the base.
For most of the time, the current implementation accounts for the right stack values.
When they don't, stack variables should be manually disabled.
The text was updated successfully, but these errors were encountered:
One example is from exe4rs: sub_8016460.
It seems to have to stack bases, and it's difficult to pinpoint the value for the stack variables
Sorry, something went wrong.
For now, stack variables are not supported.
LanHikari22
No branches or pull requests
Sometimes, a stack offset is necessary. This is accounted for.
Other times, the base doesn't seem consistent, the code just appears to use different values for base.
Other instructions manipulating SP affect the base.
For most of the time, the current implementation accounts for the right stack values.
When they don't, stack variables should be manually disabled.
The text was updated successfully, but these errors were encountered: