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

Utils: Handle OPERAND_TYPE_REGISTER in ZydisCalcAbsoluteAddressEx. #520

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

waddlesplash
Copy link
Contributor

This way, consumers of the API can call the method with rather than having to special-case ZYDIS_OPERAND_TYPE_REGISTER. Found & implemented for Haiku's Debugger (which now uses Zydis) to perform stepping operations properly.

Copy link
Member

@flobernd flobernd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you 🙂

@flobernd flobernd merged commit af792c4 into zyantific:master Aug 6, 2024
13 checks passed
@waddlesplash waddlesplash deleted the patch-1 branch August 6, 2024 13:40
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.

2 participants