File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,13 @@ udcli is a small command-line tool for your quick disassembly needs.
57
57
58
58
-- EXAMPLE -----------------------------------------------------------
59
59
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
66
67
67
68
----------------------------------------------------------------------
68
69
You can’t perform that action at this time.
0 commit comments