bddisasm is a fast, lightweight, x86/x64 instruction decoder. The project also features a fast, basic, x86/x64 instruction emulator, designed specifically to detect shellcode-like behavior.
Similar to #23: f22e0f0f5ec586 decodes as PFRCPV mm3, qword ptr [rsi-0x3b], despite being a 16/32-bit only instruction that only appears on very old AMD CPUs.
Similar to #23:
f22e0f0f5ec586
decodes asPFRCPV mm3, qword ptr [rsi-0x3b]
, despite being a 16/32-bit only instruction that only appears on very old AMD CPUs.