* Added build files [Capstone to Zydis] * x86 Analysis [Capstone to Zydis] * Changed x86 RzIL [Capstone to Zydis] * Changed asm and arch files [Capstone to Zydis] * Compilation, build error and test fixes [Capstone to Zydis] * Test changes [Capstone to Zydis] * Remaining changes [Capstone to Zydis] * Added BE support [Capstone to Zydis] --------- Co-authored-by: tushar3q34 <tushar3q34@gmail.com>
32 lines
421 B
Text
32 lines
421 B
Text
NAME=PE: corkami ctxt.dll - open
|
|
FILE=bins/pe/ctxt.dll
|
|
CMDS=q!
|
|
EXPECT=
|
|
RUN
|
|
|
|
NAME=PE: corkami ctxt.dll - entrypoint
|
|
FILE=bins/pe/ctxt.dll
|
|
CMDS=s
|
|
EXPECT=<<EOF
|
|
0x1001000
|
|
EOF
|
|
RUN
|
|
|
|
NAME=PE: corkami ctxt.dll - entrypoint
|
|
FILE=bins/pe/ctxt.dll
|
|
CMDS=s
|
|
EXPECT=<<EOF
|
|
0x1001000
|
|
EOF
|
|
RUN
|
|
|
|
NAME=PE: corkami ctxt.dll - pi 1
|
|
FILE=bins/pe/ctxt.dll
|
|
CMDS=<<EOF
|
|
e asm.sub.names=false
|
|
pi 1
|
|
EOF
|
|
EXPECT=<<EOF
|
|
cmp dword [esp+0x08], 0x01
|
|
EOF
|
|
RUN
|