NAME
bin-search - Tool to bitwise search of data in hexadecimal stream.
SYNOPSIS
bin-search [-b] [-h] [-v] [--version] hex_stream search
ARGUMENTS
-bPrint in binary (default hexadecimal).
-hPrint help.
-vVerbose mode.
--versionPrint version of script.
hex_streamHexadecimal stream.
searchSearch string (in hexadecimal).
EXAMPLE
bin-search FFABCD D5
# Output:
# Found D5E68 at 8 bit
REPOSITORY
https://github.com/michal-josef-spacek/App-Bin-Search
AUTHOR
Michal Josef Špaček mailto:skim@cpan.org
LICENSE AND COPYRIGHT
© 2023 Michal Josef Špaček
BSD 2-Clause License
VERSION
0.02