Skip to content

Commit

Permalink
Remove D (disassembly) pf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Mar 31, 2021
1 parent f77a914 commit e05ec1b
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions test/db/cmd/cmd_pf2
Original file line number Diff line number Diff line change
Expand Up @@ -205,38 +205,6 @@ EXPECT=<<EOF
EOF
RUN

NAME=pf rop64
FILE=malloc://1024
CMDS=<<EOF
e asm.arch=x86
e asm.bits=64
wx 5558 @ 0x22
wv8 0x22 @ 0x50
wv8 0x23 @ 0x58
pf *D*D @ 0x50
EOF
EXPECT=<<EOF
(*0x22)push rbp
(*0x23)pop rax
EOF
RUN

NAME=pf rop32
FILE=malloc://1024
CMDS=<<EOF
e asm.arch=x86
e asm.bits=32
wx 5558 @ 0x22
wv4 0x22 @ 0x50
wv4 0x23 @ 0x54
pf *D*D @ 0x50
EOF
EXPECT=<<EOF
(*0x22)push ebp
(*0x23)pop eax
EOF
RUN

NAME=pf *z (64bit addr)
FILE=-
CMDS=<<EOF
Expand Down

0 comments on commit e05ec1b

Please sign in to comment.