In the context of a GZip decoder I need a unix tool or a C solution to print my compressed gzip file on my screen in a binary form. What I exactly need is hexdump able to print in binary instead of octal,decimal or hexadecimal.
I am pretty sure this tool exists but I can't find it :-(
EDIT I guess such editor is hard to find because the use case must not be frequent. In my case I have very small files and need for debug purpose to search for binary "patterns" such as 10010011 that may cross several bytes