Provided by: zydis-tools_3.2.1-5_amd64 bug

NAME

       ZydisDisasm - disassemble files

SYNOPSIS

       ZydisDisasm -[real|16|32|64] <input file>

DESCRIPTION

       ZydisDisasm  allows  you  to  decode X86 & X86-64 assembly files, dumping the disassembled
       instructions to stdout.

EXAMPLES

       $ ZydisDisasm -64 input.hex
       and byte ptr ds:[rbx], dh
       and byte ptr ds:[r14], r14b
       xor eax, 0x20453220
       xor byte ptr ds:[rax], r12b
       xor r12b, byte ptr ds:[rax]
       xor r12d, dword ptr ds:[rax]
       xor al, 0x38
       and byte ptr ds:[rax], dh
       xor dword ptr ds:[rax], esp
       xor al, 0x20
       cmp dword ptr ds:[rax], edi
       and byte ptr ds:[rdx], dh
       and byte ptr ds:[r8], sil
       xor dword ptr ds:[rax], esp
       xor byte ptr ds:[rax], dh
       and byte ptr ds:[rax], dh
       xor byte ptr ds:[rdx], cl

SEE ALSO

       ZydisInfo(1)

                                           January 2022                            ZYDISDISASM(1)