mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-17 12:48:41 +00:00
Convert NAME='name' to NAME=name in tests (#16067)
This commit is contained in:
parent
204e038211
commit
c8345b05d1
@ -1,4 +1,4 @@
|
||||
NAME='dbg.fork.child.swstep'
|
||||
NAME=dbg.fork.child.swstep
|
||||
FILE=../bins/elf/analysis/x64-fork-test
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -22,7 +22,7 @@ main exiting!
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.fork.child.hwstep'
|
||||
NAME=dbg.fork.child.hwstep
|
||||
FILE=../bins/elf/analysis/x64-fork-test
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.fork.child.bp.swstep'
|
||||
NAME=dbg.fork.child.bp.swstep
|
||||
FILE=../bins/elf/analysis/x64-fork-test
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -25,7 +25,7 @@ main exiting!
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.fork.child.bp.hwstep'
|
||||
NAME=dbg.fork.child.bp.hwstep
|
||||
FILE=../bins/elf/analysis/x64-fork-test
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='use of dmh, then any command which use grep and index'
|
||||
NAME=use of dmh, then any command which use grep and index
|
||||
FILE=../bins/elf/simple_malloc_x86_64
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.aaa'
|
||||
NAME=dbg.aaa
|
||||
FILE=../bins/elf/true
|
||||
ARGS=-dA
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.aslr'
|
||||
NAME=dbg.aslr
|
||||
FILE=../bins/elf/analysis/pie
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.dc+ds.swstep'
|
||||
NAME=dbg.dc+ds.swstep
|
||||
FILE=../bins/elf/analysis/elf-nx
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -21,7 +21,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.dc+ds.swstep2'
|
||||
NAME=dbg.dc+ds.swstep2
|
||||
FILE=../bins/elf/analysis/x86-helloworld-gcc
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -42,7 +42,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.dc+ds.hwstep'
|
||||
NAME=dbg.dc+ds.hwstep
|
||||
FILE=../bins/elf/analysis/elf-nx
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -65,7 +65,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.dc+ds.hwstep2'
|
||||
NAME=dbg.dc+ds.hwstep2
|
||||
FILE=../bins/elf/analysis/x86-helloworld-gcc
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -86,7 +86,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.dcC+ds.swstep1'
|
||||
NAME=dbg.dcC+ds.swstep1
|
||||
FILE=../bins/elf/analysis/tiny-crackme-vm-x86_64
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -108,7 +108,7 @@ Loop 1
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.dcC+ds.swstep2'
|
||||
NAME=dbg.dcC+ds.swstep2
|
||||
FILE=../bins/elf/analysis/tiny-crackme-vm-x86_64
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -129,7 +129,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.dcC+ds.swstep3'
|
||||
NAME=dbg.dcC+ds.swstep3
|
||||
FILE=../bins/elf/analysis/tiny-crackme-vm-x86_64
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -152,7 +152,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.dbd+dbe'
|
||||
NAME=dbg.dbd+dbe
|
||||
FILE=../bins/elf/analysis/x64-loop
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -178,7 +178,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.dc+db'
|
||||
NAME=dbg.dc+db
|
||||
FILE=../bins/elf/analysis/x86-helloworld-gcc
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -197,7 +197,7 @@ Hello world!
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='valid db'
|
||||
NAME=valid db
|
||||
FILE=../bins/elf/analysis/x64-loop
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -210,7 +210,7 @@ valid
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='invalid db'
|
||||
NAME=invalid db
|
||||
FILE=../bins/elf/analysis/x64-loop
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -223,7 +223,7 @@ invalid
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.bp_remove_index'
|
||||
NAME=dbg.bp_remove_index
|
||||
FILE=../bins/elf/analysis/x86-helloworld-gcc
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -253,7 +253,7 @@ Hello world!
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbH'
|
||||
NAME=dbH
|
||||
FILE=../bins/elf/analysis/x64-loop
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.dc.loop.swstep'
|
||||
NAME=dbg.dc.loop.swstep
|
||||
FILE=../bins/elf/analysis/x64-loop
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -23,7 +23,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.dc.loop.hwstep'
|
||||
NAME=dbg.dc.loop.hwstep
|
||||
FILE=../bins/elf/analysis/x64-loop
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.cmdbps'
|
||||
NAME=dbg.cmdbps
|
||||
FILE=../bins/elf/analysis/elf-nx
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.dcu+step'
|
||||
NAME=dbg.dcu+step
|
||||
FILE=../bins/elf/analysis/elf-nx
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -15,7 +15,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.dcu+step'
|
||||
NAME=dbg.dcu+step
|
||||
FILE=../bins/elf/analysis/elf-nx
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='debug continue back from callee'
|
||||
NAME=debug continue back from callee
|
||||
FILE=../bins/elf/analysis/calls_x64
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -16,7 +16,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='debug continue back from caller'
|
||||
NAME=debug continue back from caller
|
||||
FILE=../bins/elf/analysis/calls_x64
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -34,7 +34,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.manycontback'
|
||||
NAME=dbg.manycontback
|
||||
FILE=../bins/elf/analysis/ls-linux-x86_64-zlul
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.dL'
|
||||
NAME=dbg.dL
|
||||
FILE=/bin/ls
|
||||
CMDS=<<EOF
|
||||
dL
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='drm xmm registers'
|
||||
NAME=drm xmm registers
|
||||
FILE=../bins/elf/sse2-add
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -38,7 +38,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='drm xmm registers - shorthand commands'
|
||||
NAME=drm xmm registers - shorthand commands
|
||||
FILE=../bins/elf/sse2-add
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -57,7 +57,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='drm xmm registers - explicit packing all regs'
|
||||
NAME=drm xmm registers - explicit packing all regs
|
||||
FILE=../bins/elf/allxmm
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -152,7 +152,7 @@ xmm15 = 0xcd 0xcc 0x80 0x41 0x9a 0x99 0x81 0x41 0x66 0x66 0x82 0x41 0x33 0x33 0x
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='drm set xmm registers'
|
||||
NAME=drm set xmm registers
|
||||
FILE=../bins/elf/allxmm
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -196,7 +196,7 @@ EOF
|
||||
RUN
|
||||
|
||||
|
||||
NAME='drm xmm registers - double and float print'
|
||||
NAME=drm xmm registers - double and float print
|
||||
FILE=../bins/elf/allxmm
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -241,7 +241,7 @@ EOF
|
||||
RUN
|
||||
|
||||
|
||||
NAME='drm ymm registers'
|
||||
NAME=drm ymm registers
|
||||
FILE=../bins/elf/ymm
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.fds.count'
|
||||
NAME=dbg.fds.count
|
||||
FILE=../bins/elf/analysis/elf-nx
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -10,7 +10,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.fds.close'
|
||||
NAME=dbg.fds.close
|
||||
FILE=../bins/elf/analysis/elf-nx
|
||||
ARGS=-d
|
||||
BROKEN=1
|
||||
@ -26,7 +26,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.fds.count'
|
||||
NAME=dbg.fds.count
|
||||
FILE=../bins/elf/analysis/elf-nx
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.readpc'
|
||||
NAME=dbg.readpc
|
||||
FILE=/bin/ls
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -12,7 +12,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.read.entry0'
|
||||
NAME=dbg.read.entry0
|
||||
FILE=../bins/elf/analysis/elf-nx
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -24,7 +24,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.write'
|
||||
NAME=dbg.write
|
||||
FILE=/bin/ls
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.maps.count/'
|
||||
NAME=dbg.maps.count/
|
||||
FILE=../bins/elf/analysis/elf-nx
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -10,7 +10,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.maps.count'
|
||||
NAME=dbg.maps.count
|
||||
FILE=../bins/elf/analysis/elf-nx
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -22,7 +22,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.maps.count.after.map'
|
||||
NAME=dbg.maps.count.after.map
|
||||
FILE=../bins/elf/analysis/x86-helloworld-gcc
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -40,7 +40,7 @@ Hello world!
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.modules.count'
|
||||
NAME=dbg.modules.count
|
||||
FILE=../bins/elf/analysis/elf-nx
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -51,7 +51,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.curmod.count'
|
||||
NAME=dbg.curmod.count
|
||||
BROKEN=1
|
||||
FILE=../bins/elf/analysis/elf-nx
|
||||
ARGS=-d
|
||||
@ -63,7 +63,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='db.maps.symbols.after.map.complete'
|
||||
NAME=db.maps.symbols.after.map.complete
|
||||
FILE=../bins/elf/analysis/x86-helloworld-gcc
|
||||
ARGS=-d
|
||||
BROKEN=1
|
||||
@ -83,7 +83,7 @@ Hello world!
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.maps.sections.after.map.only_filtered'
|
||||
NAME=dbg.maps.sections.after.map.only_filtered
|
||||
FILE=../bins/elf/analysis/x86-helloworld-gcc
|
||||
ARGS=-d
|
||||
BROKEN=1
|
||||
@ -108,7 +108,7 @@ EOF
|
||||
RUN
|
||||
|
||||
|
||||
NAME='dbg.maps.sections.after.map.complete'
|
||||
NAME=dbg.maps.sections.after.map.complete
|
||||
FILE=../bins/elf/analysis/x86-helloworld-gcc
|
||||
ARGS=-d
|
||||
BROKEN=1
|
||||
@ -140,7 +140,7 @@ Hello world!
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='db.maps.sections.are.singletons'
|
||||
NAME=db.maps.sections.are.singletons
|
||||
FILE=../bins/elf/analysis/x86-helloworld-gcc
|
||||
ARGS=-d
|
||||
BROKEN=1
|
||||
@ -168,7 +168,7 @@ Hello world!
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='db.maps.current.section.after.dmS'
|
||||
NAME=db.maps.current.section.after.dmS
|
||||
FILE=../bins/elf/analysis/x86-helloworld-gcc
|
||||
ARGS=-d
|
||||
BROKEN=1
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.oo 10'
|
||||
NAME=dbg.oo 10
|
||||
FILE=/bin/ls
|
||||
ARGS=-d
|
||||
BROKEN=1
|
||||
@ -12,7 +12,7 @@ dbg:///bin/ls
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.ood 10'
|
||||
NAME=dbg.ood 10
|
||||
FILE=/bin/ls
|
||||
ARGS=-d
|
||||
BROKEN=1
|
||||
@ -26,7 +26,7 @@ dbg:///bin/ls
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='oo ; dc'
|
||||
NAME=oo ; dc
|
||||
FILE=../bins/elf/analysis/x86-helloworld-gcc
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.px0'
|
||||
NAME=dbg.px0
|
||||
FILE=../bins/elf/analysis/elf-nx
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='Can set db on main'
|
||||
NAME=Can set db on main
|
||||
FILE=../bins/elf/analysis/hello-objc-linux
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -9,7 +9,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Code seg is sane'
|
||||
NAME=Code seg is sane
|
||||
FILE=../bins/elf/analysis/hello-objc-linux
|
||||
BROKEN=1
|
||||
ARGS=-d
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.step'
|
||||
NAME=dbg.step
|
||||
FILE=/bin/ls
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -17,7 +17,7 @@ nop
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.symbols'
|
||||
NAME=dbg.symbols
|
||||
FILE=/bin/ls
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -29,7 +29,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dso over a breakpoint'
|
||||
NAME=dso over a breakpoint
|
||||
FILE=/bin/ls
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -46,7 +46,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='ds on jmp reg'
|
||||
NAME=ds on jmp reg
|
||||
FILE=../bins/elf/analysis/x86-jmpeax
|
||||
ARGS=-b 32 -a x86 -d
|
||||
CMDS=<<EOF
|
||||
@ -59,7 +59,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='ds on calls and jumps'
|
||||
NAME=ds on calls and jumps
|
||||
FILE=../bins/elf/analysis/calls_x64
|
||||
ARGS=-a x86 -d
|
||||
CMDS=<<EOF
|
||||
@ -95,7 +95,7 @@ Hello world
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dso on call 1'
|
||||
NAME=dso on call 1
|
||||
FILE=../bins/elf/analysis/calls_x64
|
||||
ARGS=-a x86 -d
|
||||
CMDS=<<EOF
|
||||
@ -112,7 +112,7 @@ Hello world
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dso on call 2'
|
||||
NAME=dso on call 2
|
||||
FILE=../bins/elf/analysis/calls_x64
|
||||
ARGS=-a x86 -d
|
||||
CMDS=<<EOF
|
||||
@ -129,7 +129,7 @@ Hello world
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dso on call 3'
|
||||
NAME=dso on call 3
|
||||
FILE=../bins/elf/analysis/calls_x64
|
||||
ARGS=-a x86 -d
|
||||
CMDS=<<EOF
|
||||
@ -146,7 +146,7 @@ Hello world
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dso on call 4'
|
||||
NAME=dso on call 4
|
||||
FILE=../bins/elf/analysis/calls_x64
|
||||
ARGS=-a x86 -d
|
||||
CMDS=<<EOF
|
||||
@ -163,7 +163,7 @@ Hello world
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.dsu'
|
||||
NAME=dbg.dsu
|
||||
FILE=../bins/elf/analysis/calls_x64
|
||||
ARGS=-a x86 -d
|
||||
CMDS=<<EOF
|
||||
@ -176,7 +176,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.dsui'
|
||||
NAME=dbg.dsui
|
||||
FILE=../bins/elf/analysis/calls_x64
|
||||
ARGS=-a x86 -d
|
||||
CMDS=<<EOF
|
||||
@ -189,7 +189,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.dsei'
|
||||
NAME=dbg.dsei
|
||||
FILE=../bins/elf/analysis/calls_x64
|
||||
ARGS=-a x86 -d
|
||||
BROKEN=1
|
||||
@ -205,7 +205,7 @@ Hello world
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.dss'
|
||||
NAME=dbg.dss
|
||||
FILE=../bins/elf/analysis/calls_x64
|
||||
ARGS=-a x86 -d
|
||||
CMDS=<<EOF
|
||||
@ -218,7 +218,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='dbg.dcu can reach main'
|
||||
NAME=dbg.dcu can reach main
|
||||
FILE=../bins/elf/analysis/calls_x64
|
||||
ARGS=-a x86 -d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.stepback'
|
||||
NAME=dbg.stepback
|
||||
FILE=../bins/elf/analysis/ls-linux-x86_64-zlul
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
@ -16,7 +16,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='debug stepback from callee'
|
||||
NAME=debug stepback from callee
|
||||
FILE=../bins/elf/analysis/calls_x64
|
||||
ARGS=-d
|
||||
BROKEN=1
|
||||
@ -35,7 +35,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='debug stepback from caller'
|
||||
NAME=debug stepback from caller
|
||||
FILE=../bins/elf/analysis/calls_x64
|
||||
ARGS=-d
|
||||
BROKEN=1
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.trace.loop.swstep'
|
||||
NAME=dbg.trace.loop.swstep
|
||||
FILE=../bins/elf/analysis/x64-loop
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.trace.loop.hwstep'
|
||||
NAME=dbg.trace.loop.hwstep
|
||||
FILE=../bins/elf/analysis/x64-loop
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.trace instructions'
|
||||
NAME=dbg.trace instructions
|
||||
FILE=../bins/elf/analysis/x86-simple
|
||||
ARGS=-d
|
||||
BROKEN=1
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='rwatchpoint test'
|
||||
NAME=rwatchpoint test
|
||||
FILE=../bins/elf/analysis/x86-helloworld-gcc
|
||||
ARGS=-d
|
||||
BROKEN=1
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='uname'
|
||||
NAME=uname
|
||||
FILE=-
|
||||
CMDS=<<EOF
|
||||
!uname
|
||||
|
@ -78,7 +78,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='?e'
|
||||
NAME=?e
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
?e fuck
|
||||
@ -91,7 +91,7 @@ EOF
|
||||
RUN
|
||||
|
||||
|
||||
NAME='?v'
|
||||
NAME=?v
|
||||
FILE=--
|
||||
CMDS=<<EOF
|
||||
?v 1024
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='Import project'
|
||||
NAME=Import project
|
||||
FILE=malloc://512
|
||||
CMDS=<<EOF
|
||||
e dir.projects = ../bins/other/projects
|
||||
@ -10,7 +10,7 @@ CCu base64:U29tZSB0ZXN0 @ 0x00404890
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Import project with overwriting'
|
||||
NAME=Import project with overwriting
|
||||
FILE=malloc://512
|
||||
CMDS=<<EOF
|
||||
e asm.bits=64
|
||||
@ -26,7 +26,7 @@ CCu base64:U29tZSB0ZXN0 @ 0x00404890
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Import project with overwriting'
|
||||
NAME=Import project with overwriting
|
||||
FILE=malloc://512
|
||||
CMDS=<<EOF
|
||||
t-*
|
||||
@ -49,7 +49,7 @@ afF @ 0x00000000
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Export project'
|
||||
NAME=Export project
|
||||
FILE=malloc://512
|
||||
CMDS=<<EOF
|
||||
e dir.projects = .tmp/
|
||||
@ -64,7 +64,7 @@ CCu base64:IlNvbWUgb3RoZXIgdGVzdCI= @ 0x00404890
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Set, export, unset and import'
|
||||
NAME=Set, export, unset and import
|
||||
FILE=malloc://512
|
||||
CMDS=<<EOF
|
||||
e dir.projects = .tmp/
|
||||
@ -84,7 +84,7 @@ CCu base64:IkZpcnN0IGNvbW1lbnQi @ 0x00404890
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='xrefs'
|
||||
NAME=xrefs
|
||||
FILE=malloc://512
|
||||
CMDS=<<EOF
|
||||
ax 1
|
||||
@ -99,7 +99,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Import mapped project'
|
||||
NAME=Import mapped project
|
||||
FILE=malloc://512
|
||||
CMDS=<<EOF
|
||||
e dir.projects = ../bins/other/projects/
|
||||
@ -111,7 +111,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='asm.emu in project'
|
||||
NAME=asm.emu in project
|
||||
FILE=../bins/elf/analysis/simpleARM.elf
|
||||
CMDS=<<EOF
|
||||
e asm.flags = false
|
||||
@ -129,7 +129,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Variables in project file'
|
||||
NAME=Variables in project file
|
||||
FILE=../bins/efi/bootia32.efi
|
||||
CMDS=<<EOF
|
||||
e dir.projects = .tmp/
|
||||
@ -148,7 +148,7 @@ EOF
|
||||
RUN
|
||||
|
||||
|
||||
NAME='Types and link in project file'
|
||||
NAME=Types and link in project file
|
||||
FILE=-
|
||||
CMDS=<<EOF
|
||||
e dir.projects = .tmp/
|
||||
@ -164,7 +164,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Breakpoints in project file'
|
||||
NAME=Breakpoints in project file
|
||||
FILE=../bins/elf/analysis/main
|
||||
BROKEN=1
|
||||
CMDS=<<EOF
|
||||
@ -179,7 +179,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Visual Marks in project file'
|
||||
NAME=Visual Marks in project file
|
||||
FILE=../bins/elf/analysis/main
|
||||
CMDS=<<EOF
|
||||
fV 49 0x400410
|
||||
@ -194,7 +194,7 @@ fV 50 0x400412
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Custom types in project file'
|
||||
NAME=Custom types in project file
|
||||
BROKEN=1
|
||||
FILE=../bins/elf/analysis/main
|
||||
CMDS=<<EOF
|
||||
@ -216,7 +216,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Export custom types and import again'
|
||||
NAME=Export custom types and import again
|
||||
FILE=../bins/elf/analysis/main
|
||||
BROKEN=1
|
||||
CMDS=<<EOF
|
||||
@ -242,7 +242,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Save project for a binary and checking opened files'
|
||||
NAME=Save project for a binary and checking opened files
|
||||
FILE='../bins/elf/analysis/main'
|
||||
BROKEN=1
|
||||
CMDS=<<EOF
|
||||
@ -257,7 +257,7 @@ EOF
|
||||
RUN
|
||||
|
||||
|
||||
NAME='Save project for a binary without saving its info'
|
||||
NAME=Save project for a binary without saving its info
|
||||
FILE='../bins/elf/analysis/main'
|
||||
ARGS='-n'
|
||||
CMDS=<<EOF
|
||||
@ -270,7 +270,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Save project for a binary after analysis'
|
||||
NAME=Save project for a binary after analysis
|
||||
FILE='../bins/elf/analysis/main'
|
||||
ARGS=''
|
||||
CMDS=<<EOF
|
||||
@ -285,7 +285,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Save project for a binary without saving its info at a specific map offset'
|
||||
NAME=Save project for a binary without saving its info at a specific map offset
|
||||
FILE='../bins/elf/analysis/main'
|
||||
BROKEN=1
|
||||
ARGS='-n -m 0x1337'
|
||||
@ -302,7 +302,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Delete a saved project (with Pd)'
|
||||
NAME=Delete a saved project (with Pd)
|
||||
FILE='../bins/elf/analysis/main'
|
||||
ARGS='-n'
|
||||
CMDS=<<EOF
|
||||
@ -316,7 +316,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Delete a saved project (with P-)'
|
||||
NAME=Delete a saved project (with P-)
|
||||
FILE='../bins/elf/analysis/main'
|
||||
ARGS='-n'
|
||||
CMDS=<<EOF
|
||||
@ -329,7 +329,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Delete a saved project and used directory (with Pd)'
|
||||
NAME=Delete a saved project and used directory (with Pd)
|
||||
FILE='../bins/elf/analysis/main'
|
||||
ARGS='-n'
|
||||
CMDS=<<EOF
|
||||
@ -344,7 +344,7 @@ EOF
|
||||
RUN
|
||||
|
||||
|
||||
NAME='Delete a saved project and used directory (with P-)'
|
||||
NAME=Delete a saved project and used directory (with P-)
|
||||
FILE='../bins/elf/analysis/main'
|
||||
ARGS='-n'
|
||||
CMDS=<<EOF
|
||||
@ -358,7 +358,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Save project for a file with asm.bits=32 and check the value after loading again'
|
||||
NAME=Save project for a file with asm.bits=32 and check the value after loading again
|
||||
FILE='../bins/src/hello.c'
|
||||
BROKEN=1
|
||||
ARGS=''
|
||||
@ -374,7 +374,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='prj.name saved in project'
|
||||
NAME=prj.name saved in project
|
||||
FILE=malloc://512
|
||||
CMDS=<<EOF
|
||||
e dir.projects = .tmp/
|
||||
@ -389,7 +389,7 @@ named_prj
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Checking e prj.name after saving again'
|
||||
NAME=Checking e prj.name after saving again
|
||||
BROKEN=1
|
||||
FILE='../bins/elf/analysis/main'
|
||||
CMDS=<<EOF
|
||||
@ -405,7 +405,7 @@ blah
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Restoring xrefs'
|
||||
NAME=Restoring xrefs
|
||||
FILE=malloc://512
|
||||
CMDS=<<EOF
|
||||
e asm.arch = x86
|
||||
@ -423,7 +423,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='Reopening projects bin info loading'
|
||||
NAME=Reopening projects bin info loading
|
||||
FILE=../bins/elf/analysis/main
|
||||
BROKEN=1
|
||||
CMDS=<<EOF
|
||||
|
@ -872,7 +872,7 @@ EOF
|
||||
RUN
|
||||
|
||||
|
||||
NAME='search escaped string'
|
||||
NAME=search escaped string
|
||||
FILE=../bins/elf/analysis/x86-helloworld-gcc
|
||||
CMDS=<<EOF
|
||||
/ \x90\x66~[0]
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='?e ~'
|
||||
NAME=?e ~
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
?e jeje~jojo
|
||||
@ -7,7 +7,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='?e \~'
|
||||
NAME=?e \~
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
?e jeje\~jojo
|
||||
@ -18,7 +18,7 @@ EOF
|
||||
RUN
|
||||
|
||||
# Basic grep.
|
||||
NAME='px~:1[1]'
|
||||
NAME=px~:1[1]
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
wx 10203040
|
||||
@ -29,7 +29,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='px~:1[1-3]'
|
||||
NAME=px~:1[1-3]
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
wx 102030405060708090
|
||||
@ -40,7 +40,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='px~:1[1-]'
|
||||
NAME=px~:1[1-]
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
wx 10203040506070809010203040506070
|
||||
@ -51,7 +51,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='px~?'
|
||||
NAME=px~?
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
wx 10203040
|
||||
@ -63,7 +63,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='grep begin'
|
||||
NAME=grep begin
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
i~^size
|
||||
@ -73,7 +73,7 @@ size 0x400
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='grep end'
|
||||
NAME=grep end
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
i~0x400$
|
||||
@ -84,7 +84,7 @@ EOF
|
||||
RUN
|
||||
|
||||
|
||||
NAME='i;$s'
|
||||
NAME=i;$s
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
?v `i~size[1]`-$s;?! ?e works
|
||||
@ -95,7 +95,7 @@ works
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='?e~[0]'
|
||||
NAME=?e~[0]
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
?e 0x3~[0];?e 0x999~[0]
|
||||
@ -106,7 +106,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='?e~[0]'
|
||||
NAME=?e~[0]
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
?e hello world~[0]
|
||||
@ -118,7 +118,7 @@ world
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='px~:1[3,5,0-1]'
|
||||
NAME=px~:1[3,5,0-1]
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
wx 102030405060708090;px~:1[3,5,0-1]
|
||||
@ -128,7 +128,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='px~[3,5,0-1]:1'
|
||||
NAME=px~[3,5,0-1]:1
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
wx 102030405060708090;px~[3,5,0-1]:1
|
||||
@ -138,7 +138,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='px~[3,5,0-1]:0..3'
|
||||
NAME=px~[3,5,0-1]:0..3
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
wx 102030405060708090;px~[3,5,0-1]:0..3
|
||||
@ -150,7 +150,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='px~[3,5,0-1]:-16'
|
||||
NAME=px~[3,5,0-1]:-16
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
wx 102030405060708090;px~[3,5,0-1]:-16
|
||||
@ -160,7 +160,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='range'
|
||||
NAME=range
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
i~:0
|
||||
@ -197,7 +197,7 @@ block 0x100
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='multigrep'
|
||||
NAME=multigrep
|
||||
FILE=malloc://1024
|
||||
CMDS=<<EOF
|
||||
i~size~?
|
||||
@ -270,7 +270,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='count grep'
|
||||
NAME=count grep
|
||||
CMDS=<<EOF
|
||||
wx 10203040
|
||||
b 128
|
||||
@ -281,7 +281,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='escaped grep'
|
||||
NAME=escaped grep
|
||||
FILE=../bins/elf/crackme
|
||||
CMDS=<<EOF
|
||||
pd 40~0x004005fe
|
||||
@ -291,7 +291,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='sort lines'
|
||||
NAME=sort lines
|
||||
CMDS=<<EOF
|
||||
?e 3\n2\n4\n1~$
|
||||
?e 3\n2\n4\n1~$!
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='malloc://1'
|
||||
NAME=malloc://1
|
||||
FILE=malloc://1
|
||||
CMDS=<<EOF
|
||||
b 0x40
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='SWF: open'
|
||||
NAME=SWF: open
|
||||
BROKEN=1
|
||||
FILE=../../bins/swf/CurveBall.swf
|
||||
CMDS=<<EOF
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='create elf x86-64'
|
||||
NAME=create elf x86-64
|
||||
FILE=-
|
||||
CMDS=<<EOF
|
||||
rm ./tiny64.elf__
|
||||
|
@ -18,7 +18,7 @@ ir*~!1
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='ELF: ppc relocs'
|
||||
NAME=ELF: ppc relocs
|
||||
FILE=../bins/elf/hello.ppc
|
||||
BROKEN=1
|
||||
CMDS=<<EOF
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
# undefined behaviour somehow
|
||||
NAME='create mach0 x86-64'
|
||||
NAME=create mach0 x86-64
|
||||
BROKEN=1 # Sometimes fails with Clang on Linux and Windows
|
||||
FILE=-
|
||||
CMDS=<<EOF
|
||||
@ -14,7 +14,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='create mach0 x86-64 auto-mach064'
|
||||
NAME=create mach0 x86-64 auto-mach064
|
||||
FILE=-
|
||||
CMDS=<<EOF
|
||||
rm ./tiny64.mach0__2
|
||||
@ -27,7 +27,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='create mach0 x86-32'
|
||||
NAME=create mach0 x86-32
|
||||
FILE=-
|
||||
CMDS=<<EOF
|
||||
rm ./tiny32.mach0__
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='create pe x86-64'
|
||||
NAME=create pe x86-64
|
||||
FILE=-
|
||||
BROKEN=1
|
||||
CMDS=<<EOF
|
||||
@ -12,7 +12,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='create pe x86-64 auto-pe64'
|
||||
NAME=create pe x86-64 auto-pe64
|
||||
FILE=-
|
||||
CMDS=<<EOF
|
||||
rm ./tiny64.pe__2
|
||||
@ -25,7 +25,7 @@ EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME='create pe x86-32'
|
||||
NAME=create pe x86-32
|
||||
FILE=-
|
||||
CMDS=<<EOF
|
||||
rm ./tiny32.pe__
|
||||
|
@ -1,4 +1,4 @@
|
||||
NAME='dbg.dc+ds.swstep'
|
||||
NAME=dbg.dc+ds.swstep
|
||||
FILE=../bins/arm/elf/hello_world
|
||||
ARGS=-d
|
||||
CMDS=<<EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user