mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
17 lines
291 B
Plaintext
17 lines
291 B
Plaintext
NAME=asm tabs
|
|
FILE=-
|
|
CMDS=<<EOF
|
|
e asm.tabs=8
|
|
e asm.arch=x86
|
|
e asm.bits=64
|
|
e asm.comments=false
|
|
e asm.lines.jmp=false
|
|
wx 410fb744245883f80c
|
|
pd 2
|
|
EOF
|
|
EXPECT=<<EOF
|
|
0x00000000 410fb7442458 movzx eax, word [r12 + 0x58]
|
|
0x00000006 83f80c cmp eax, 0xc
|
|
EOF
|
|
RUN
|