angr / archinfo

Classes with architecture-specific information useful to other projects.
BSD 2-Clause "Simplified" License
84 stars 58 forks source link

Support Intel APX extension #225

Open mborgerson opened 2 months ago

mborgerson commented 2 months ago

Description

APX doubles the number of general-purpose registers (GPRs) from 16 to 32

https://www.intel.com/content/www/us/en/developer/articles/technical/advanced-performance-extensions-apx.html

Alternatives

No response

Additional context

No response