binocle icon indicating copy to clipboard operation
binocle copied to clipboard

a graphical tool to visualize binary data

Results 22 binocle issues
Sort by recently updated
recently updated
newest added

I'm diagnosing a problem in a telescope control system with several processes that communicate using several shared memory segments backed by mmap'd files. I can reload the file by restarting...

enhancement
good first issue

Could the program do a simple (but possible computational expensive) computation to look for repeating patterns? With as input parameters: * offset (byte 0 to filesize) * stride (from 1...

The slider doesn't really work so well fine grained. With SHIFT it still makes +5 steps. It would be more useful to make +1 steps. It would also be nice...

At first i would like to thank you for that tool! When I was using it, I missed the copy/paste a bit, that would make things a lot easier.

Add scale bar (in pixels window): ![image](https://user-images.githubusercontent.com/4209276/142048144-7236a267-10e0-4e00-84a3-52cf6f1d250a.png) (https://github.com/sharkdp/binocle/issues/31)

Add zoom out for large files, like a memory dumps. (https://github.com/sharkdp/binocle/issues/31)

Add hex address (in hex window). (https://github.com/sharkdp/binocle/issues/31)

First I'd like to say, thanks for making this tool! It's a lot more convenient than writing a bespoke Python script every time I want to visualize a new binary...