binary-data
Here are 182 public repositories matching this topic...
-
Updated
Jan 24, 2022 - Rust
-
Updated
Mar 29, 2022 - Go
-
Updated
Aug 8, 2020 - Go
-
Updated
May 1, 2022 - Rust
-
Updated
Feb 6, 2022 - Python
-
Updated
Feb 17, 2021 - Go
-
Updated
May 18, 2022 - MATLAB
-
Updated
Jun 2, 2022 - Rust
-
Updated
May 31, 2021 - C#
Is your feature request related to a problem? Please describe
When debugging 010 templates with pfp, knowing the current stack trace within the template would be very useful. A where
command, akin to pdb's where
command, would be very useful.
Describe the solution you'd like
Add a where
command to the debugger to print the current stack trace in the 010 template being executed
-
Updated
Dec 10, 2021 - Erlang
-
Updated
Dec 22, 2020 - Swift
-
Updated
Aug 23, 2021 - Clojure
-
Updated
Jan 21, 2022 - Rust
-
Updated
Mar 22, 2017
In the hex view highlight also the current equivalent text/ASCII.
PS: Thanks for the great tool
-
Updated
Jul 22, 2017 - Jupyter Notebook
-
Updated
May 28, 2022 - Zig
-
Updated
Feb 3, 2019 - C++
-
Updated
Feb 3, 2020 - Swift
-
Updated
Sep 26, 2018 - PHP
-
Updated
Dec 16, 2020 - Go
-
Updated
Oct 12, 2021 - HTML
-
Updated
Jul 21, 2017 - C++
The module currently has several functions that operate on a bit level that utterly thrash the performance of the module, to the point that there's a recommendation to not use them and functions that avoid them entirely. We should remove these entirely in the future.
This is rather far reaching because it involves removing some rather fundamental parts of the module, but it's a small price to p
-
Updated
May 11, 2022 - Erlang
Improve this page
Add a description, image, and links to the binary-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the binary-data topic, visit your repo's landing page and select "manage topics."
#38 still left some use of 256-colors for gray; when using tmux on the Linux kernel console, this color gets quantitized to black, so addresses are unreadable
https://github.com/sharkdp/hexyl/blob/master/src/lib.rs#L15-L16=