BinaryAnalysisPlatform / bap

Binary Analysis Platform
MIT License
2.07k stars 273 forks source link

Add aliasing information for x86 #1388

Closed fortunac closed 2 years ago

fortunac commented 2 years ago

This PR adds register aliasing information for the x86 target. AX is the lower half of EAX, which is the lower half of RAX, XMM0 is the lower half of YMM0, etc.