Skip to content

Commit

Permalink
Fix the example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vmt committed Sep 2, 2013
1 parent 1a1529c commit 2567a56
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@ udcli is a small command-line tool for your quick disassembly needs.

-- EXAMPLE -----------------------------------------------------------

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

----------------------------------------------------------------------

Expand Down

0 comments on commit 2567a56

Please sign in to comment.