mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
12 lines
113 B
Plaintext
12 lines
113 B
Plaintext
NAME=a8
|
|
FILE=-
|
|
CMDS=<<EOF
|
|
e asm.arch=x86
|
|
e asm.bits=64
|
|
a8 c745f400000000~type
|
|
EOF
|
|
EXPECT=<<EOF
|
|
type: mov
|
|
EOF
|
|
RUN
|