BinaryAnalysisPlatform / bap

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

x86_disasm: support padd instructions #1513

Closed heyitsanthony closed 2 years ago

heyitsanthony commented 2 years ago

Adds disassembly to packed binop for padd{b,w,d,q}.

heyitsanthony commented 2 years ago

Hi, A number of targets have been running into paddq and skipping the missing semantics. I've been ignoring it but I added a cross-checker that's saying it's the root cause of some bogus segfaults so I thought I'd try to fix it. Please let me know if there's somewhere I should add a test; I couldn't find one for psub. Thanks!