File: singleline

package info (click to toggle)
radare2 5.9.8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 69,588 kB
  • sloc: ansic: 848,036; sh: 6,933; makefile: 4,539; javascript: 1,096; python: 970; perl: 277; sed: 85; asm: 57; xml: 32; cs: 8
file content (12 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
NAME=labels replacements (single line)
FILE=malloc://1024
CMDS=<<EOF
e asm.arch=x86
e asm.bits=32
"wa nop;nop;label:;call label;"
p8 7@0
EOF
EXPECT=<<EOF
9090e8fbffffff
EOF
RUN