SYNOPSIS
rafind2 [-zZXnrhv ] [-b size ] [-f from ] [-t to ] [-[m|s|e] str ] [-x hex ] fileDESCRIPTION
rafind2 is a program to find byte patterns into filesThe options are:
- -z
- Search for zero-terminated strings
- -s str
- Search for a specific string
- -e regex
- Search for a regular expression string matches
- -x hex
- Search for an hexpair string
- -m mask
- Set binary mask to be applied
- -f from
- Specify the source adddress
- -t to
- Specify the target adddress
- -X
- Display hexdump of search results
- -Z
- Display zero-terminated strings results
- -n
- Do not stop the search when a read error occurs
- -r
- Show output in radare commands
- -b size
- Define block size
- -h
- Show help message
- -v
- Print version and exit