Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings. (bloaty 依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
980 B

# CS_ARCH_X86, CS_MODE_64, None
0x66,0x83,0xf0,0x0c = xor ax, 12
0x83,0xf0,0x0c = xor eax, 12
0x48,0x83,0xf0,0x0c = xor rax, 12
0x66,0x83,0xc8,0x0c = or ax, 12
0x83,0xc8,0x0c = or eax, 12
0x48,0x83,0xc8,0x0c = or rax, 12
0x66,0x83,0xf8,0x0c = cmp ax, 12
0x83,0xf8,0x0c = cmp eax, 12
0x48,0x83,0xf8,0x0c = cmp rax, 12
0x48,0x89,0x44,0x24,0xf0 = mov QWORD PTR [RSP - 16], RAX
0x66,0x83,0xc0,0xf4 = add ax, -12
0x83,0xc0,0xf4 = add eax, -12
0x48,0x83,0xc0,0xf4 = add rax, -12
0x66,0x83,0xd0,0xf4 = adc ax, -12
0x83,0xd0,0xf4 = adc eax, -12
0x48,0x83,0xd0,0xf4 = adc rax, -12
0x66,0x83,0xd8,0xf4 = sbb ax, -12
0x83,0xd8,0xf4 = sbb eax, -12
0x48,0x83,0xd8,0xf4 = sbb rax, -12
0x66,0x83,0xf8,0xf4 = cmp ax, -12
0x83,0xf8,0xf4 = cmp eax, -12
0x48,0x83,0xf8,0xf4 = cmp rax, -12
0xf2,0x0f,0x10,0x2c,0x25,0xf8,0xff,0xff,0xff = movsd XMM5, QWORD PTR [-8]
0xd1,0xe7 = shl EDI, 1
0x0f,0xc2,0xd1,0x01 = cmpltps XMM2, XMM1
0xc3 = ret
0xcb = retf
0xc2,0x08,0x00 = ret 8
0xca,0x08,0x00 = retf 8