Skip to content

Commit

Permalink
fif
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Oct 4, 2024
1 parent 4efda13 commit 6a624a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/db/formats/elf/crash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NAME=pseudo-crash
FILE=-
CMDS=e asm.pseudo=1; e asm.arch=x86; e asm.bits=64; wx 7299; pdj 1
EXPECT=<<EOF
[{"offset":0,"esil":"cf,?{,18446744073709551515,rip,=,}","refptr":0,"fcn_addr":0,"fcn_last":0,"size":2,"opcode":"if (((unsigned) v) < 0) goto 0xffffffffffffff9b","disasm":"jb 0xffffffffffffff9b","bytes":"7299","family":"cpu","type":"cjmp","reloc":false,"type_num":2147483649,"type2_num":0,"jump":-101,"fail":2}]
[{"offset":0,"esil":"cf,?{,18446744073709551515,rip,=,}","refptr":0,"fcn_addr":0,"fcn_last":0,"size":2,"opcode":"if (((unsigned) v) < 0) goto 0xffffffffffffff9b","disasm":"jb 0xffffffffffffff9b","bytes":"7299","family":"cpu","type":"cjmp","reloc":false,"type_num":2147483649,"type2_num":0,"jump":18446744073709551515,"fail":2}]
EOF
RUN

Expand Down

0 comments on commit 6a624a8

Please sign in to comment.