radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.75k stars 3.01k forks source link

Command /ad/ is broken #21036

Open alex-bender opened 2 years ago

alex-bender commented 2 years ago

| /ad/ ins1;ins2 search for regex instruction 'ins1' followed by regex 'ins2' /ad/ is not working without the space prefixed [0x100003a3c]> "/ad/ str;cmp"

Also it is not included into the help message of /ad?

trufae commented 2 years ago

btw, today i re-learned that ,, is an alias for ; for separating instructions in oneliners for wa and such