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

allow reading memory address from combination of two memory reads #554

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jamiras
Copy link
Owner

@Jamiras Jamiras commented Jan 25, 2025

https://discord.com/channels/310192285306454017/936655398725902356/1331624463791296533

ascii_string_equals(dword(0x0d3f14) + dword(0x0d3f1c), "Text")

Was failing because it generates: dword(dword(0x0d3f14) + dword(0x0d3f1c)), which cannot be evaluated without using the Add operator, or a Recall register. This is now supported via the Add operator and will generate:

I:0xX0d3f14+0xX0d3f1c_0xX000000

@Jamiras Jamiras added this to the 1.15.1 milestone Jan 25, 2025
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.

1 participant