.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "ZYDISINFO" "1" "February 2023" "" .SH "NAME" \fBZydisInfo\fR \- detailed instruction information .SH "SYNOPSIS" \fBZydisInfo\fR \fImachine_mode\fR [\fIstack_width\fR] \fIhexbytes\fR .SH "DESCRIPTION" \fBZydisInfo\fR allows you to decode X86 & X86\-64 assembly displaying lots of information about it\. .SH "OPTIONS" \fBZydisInfo\fR supports four different machine modes .TP \fB\-real\fR real machine mode .TP \fB\-16\fR 16 bits machine mode .TP \fB\-32\fR 32 bits machine mode .TP \fB\-64\fR 64 bits machine mode .P You can also specify the stack width one of the following options .TP \fB\-16\fR 16 bits .TP \fB\-32\fR 32 bits .TP \fB\-64\fR 64 bits .SH "EXAMPLES" .nf $ ZydisInfo \-64 66 3E 65 2E F0 F2 F3 48 01 A4 98 2C 01 00 00 == [ BASIC ] ================================================== MNEMONIC: add [ENC: DEFAULT, MAP: DEFAULT, OPC: 0x01] LENGTH: 15 SSZ: 64 EOSZ: 64 EASZ: 64 CATEGORY: BINARY ISA\-SET: I86 ISA\-EXT: BASE EXCEPTIONS: NONE ATTRIBUTES: HAS_MODRM HAS_SIB HAS_REX CPUFLAG_ACCESS ACCEPTS_LOCK [\|\.\|\.\|\.more info\|\.\|\.\|\.] .fi .SH "SEE ALSO" ZydisDisasm(1)