NAME bin-search - Tool to bitwise search of data in hexadecimal stream. SYNOPSIS bin-search [-b] [-h] [-v] [--version] hex_stream search ARGUMENTS * "-b" Print in binary (default hexadecimal). * "-h" Print help. * "-v" Verbose mode. * "--version" Print version of script. * "hex_stream" Hexadecimal stream. * "search" Search string (in hexadecimal). EXAMPLE bin-search FFABCD D5 # Output: # Found D5E68 at 8 bit REPOSITORY AUTHOR Michal Josef Špaček LICENSE AND COPYRIGHT © 2023 Michal Josef Špaček BSD 2-Clause License VERSION 0.02