radare2 icon indicating copy to clipboard operation
radare2 copied to clipboard

Implement value-range search in rafind2

Open trufae opened this issue 2 years ago • 2 comments

in r2 there's /V to search for ranged values. but rafind2 only exposes the /v..

Reuse code if possible. about the commandline flags, its probably better to follow a different syntax, because -v stands for version

trufae avatar Mar 16 '24 10:03 trufae

Would it be a bad idea if we have -V represent both search types, i.e. -V 4:123 and -V 4:123,126?

qoelet avatar Apr 16 '24 02:04 qoelet

Sounds like a good plan. This way we dont need more flags to handle both cases and looks readable to me

trufae avatar Apr 16 '24 06:04 trufae