rizin/test/db/cmd/feat_astabs
NOT XVilka ba8c170852
Migrate from Capstone to Zydis (x86 architecture) (#5164)
* 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>
2025-05-23 13:03:46 +00:00

17 lines
294 B
Text

NAME=asm tabs
FILE==
CMDS=<<EOF
e asm.tabs=8
e asm.arch=x86
e asm.bytes=true
e asm.bits=64
e asm.comments=false
e asm.lines.bb=0
wx 410fb744245883f80c
pd 2
EOF
EXPECT=<<EOF
0x00000000 410fb7442458 movzx eax, word [r12+0x58]
0x00000006 83f80c cmp eax, 0x0c
EOF
RUN