Skip to content

Commit 2567a56

Browse files
committed
Fix the example in README
1 parent 1a1529c commit 2567a56

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@ udcli is a small command-line tool for your quick disassembly needs.
5757

5858
-- EXAMPLE -----------------------------------------------------------
5959

60-
$ echo "65 67 89 87 76 65 54 56 78 89 09 00 87" | udcli -32 -x
61-
0000000000000000 656789877665 mov [gs:bx+0x6576], eax
62-
0000000000000000 54 push esp
63-
0000000000000000 56 push esi
64-
0000000000000000 7889 js 0x93
65-
0000000000000000 0900 or [eax], eax
60+
$ echo "65 67 89 87 76 65 54 56 78 89 09 00 90" | udcli -32 -x
61+
0000000080000800 656789877665 mov [gs:bx+0x6576], eax
62+
0000000080000806 54 push esp
63+
0000000080000807 56 push esi
64+
0000000080000808 7889 js 0x80000793
65+
000000008000080a 0900 or [eax], eax
66+
000000008000080c 90 nop
6667

6768
----------------------------------------------------------------------
6869

0 commit comments

Comments
 (0)