I am studying the command bgrep found here.
I run bgrep "fafafa" test_27.6.2015.bin | less -M
on the the binary data called test_27.6.2015.bin but I get
test_27.6.2015.bin: 00005ee4
test_27.6.2015.bin: 0000bd3c
I would suspect to get matches containing the term fafafafa. Two matches is the correct amount of matches. These hex numbers are probably of some segment containing fafafafa.
How does bgrep form its search result?