mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-09 23:11:41 +00:00
17 lines
252 B
Plaintext
17 lines
252 B
Plaintext
NAME=unified diff and patch
|
|
FILE=-
|
|
CMDS=<<EOF
|
|
b 16
|
|
wow 41
|
|
cu 16 > .p
|
|
.wu .p
|
|
!rm -f .p
|
|
b 32
|
|
cu 16
|
|
EOF
|
|
EXPECT=<<EOF
|
|
0x00000000 00000000000000000000000000000000 ................ |
|
|
0x00000010 00000000000000000000000000000000 ................ |
|
|
EOF
|
|
RUN
|