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

Adjust Qiling to comply with latest changed in Unicorn 2.1.2 #1499

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from

Conversation

elicn
Copy link
Member

@elicn elicn commented Oct 10, 2024

[Merge only after Unicorn 2.1.2 is officially released]

Highlights:

  • Introduced co-processor register accessors to AArch32 and AArch64 (ql.arch.cpr)
  • Replaced deprecated pseudo registers with cpr definitions to be used with the new accessors
  • Separated x86 64-bit only registers from the rest as Unicorn became less tolerant to accessing unsupported registers
  • SSE instructions are no longer supported on the default Intel CPU model. x86 tests that use SSE instructions are now set to use Intel Haswell CPU model to make sure SSE is supported
  • Various opportunistic styling and annotation fixes

Fixes: #1495, #1329

@elicn elicn requested review from xwings and wtdcode October 10, 2024 15:46
@wtdcode
Copy link
Member

wtdcode commented Oct 10, 2024

The next release will be 2.1.2 and it seems only Separated x86 64-bit only registers from the rest as Unicorn became less tolerant to accessing unsupported registers needs 2.2?

@elicn
Copy link
Member Author

elicn commented Oct 10, 2024

Ah, no, that's probably my mistake. I'll fix the title accordingly.

@elicn elicn changed the title Adjust Qiling to comply with latest changed in Unicorn 2.2 Adjust Qiling to comply with latest changed in Unicorn 2.1.2 Oct 10, 2024
@elicn elicn linked an issue Oct 10, 2024 that may be closed by this pull request
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