rizin/test/db/cmd/err
Anton Kochkov 2f638cad1e Convert f commands to rzshell
* Changed behavior of `f` to only add flag if there is none
* Changed behavior of `f+` to add flag in any case
* Moved listing subcommands from `f` to `fl`
* Moved listing subcommands from `f.` to `f.l`
* Added subcommand `f.l*` to list all local flags in all functions
* Listing flags at the current offset became `fl.`
* Moved `f=` to `fl=`
* Old `fl` (flag length) now became `fL`
* Removed original `fe` commands
* Old `f?` (check if flag exists) now became `fe`
* Removed `fV` commands
* Removed `fn` commands in favor of `fl` and `asm.flags.real=true`
* Removed `fS` commands (`fSo` and `fSn`)
* `fo` became `fortune` and moved from "flags" to "shell" category
* Removed oldshell handlers of the `z` commands
2022-02-03 21:46:42 +08:00

29 lines
259 B
Text

NAME=issue 3479
FILE=malloc://1024
CMDS=<<EOF
w aac
p8 3
/x 616163
fl~?
EOF
EXPECT=<<EOF
616163
0x00000000 hit0_0 616163
1
EOF
RUN
NAME=issue 3479
FILE=malloc://1024
CMDS=<<EOF
w aac
p8 3
/x 6163
fl~?
EOF
EXPECT=<<EOF
616163
0x00000001 hit0_0 6163
1
EOF
RUN