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

Maybe by computing entropy per line. This would make everything a lot faster, but we would still have a problem when the stride is large.

Hello, I'm using binocle v0.3.2 on Arch Linux from the official repo. I don't know if this is intentionnal or a regression, but I used to decrease the width of...

I don't know. here is a log. ``` [2023-06-24T13:45:01Z ERROR winit::platform_impl::platform] X11 error: XError { description: "BadMatch (invalid parameter attributes)", error_code: 8, request_code: 149, minor_code: 4, } [2023-06-24T13:45:01Z ERROR winit::platform_impl::platform]...

This add a section that display the current byte selected information into multiple formats: ![screen](https://github.com/sharkdp/binocle/assets/14872154/4f4c2336-f7dc-4d29-9469-a173690e5646) TODO list: - [x] Include byte information. - [x] Update byte information based selected byte...

Is there any way to store the produced image w/o opening a GUI?

enhancement

I want to be able to click on the graphic viewer, and jump to that part in the hex viewer at the bottom. Trying to scroll to the right place...