binary-data
Here are 163 public repositories matching this topic...
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Aug 8, 2020 - Go
-
Updated
Nov 16, 2020 - Go
-
Updated
Nov 22, 2020 - Rust
-
Updated
Sep 29, 2020 - MATLAB
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 3, 2020 - Erlang
-
Updated
Feb 1, 2020 - C#
-
Updated
Dec 8, 2020 - Rust
-
Updated
Oct 19, 2020 - Swift
-
Updated
Oct 26, 2020 - Clojure
-
Updated
Mar 22, 2017
-
Updated
Jun 29, 2020 - Rust
In the hex view highlight also the current equivalent text/ASCII.
PS: Thanks for the great tool
-
Updated
Feb 3, 2019 - C++
-
Updated
Jul 22, 2017 - Jupyter Notebook
-
Updated
Feb 3, 2020 - Swift
-
Updated
Sep 26, 2018 - PHP
-
Updated
Sep 2, 2017 - Go
-
Updated
Jun 22, 2019 - Erlang
-
Updated
Jul 21, 2017 - C++
-
Updated
Jan 2, 2020 - Swift
-
Updated
Nov 25, 2020 - Java
-
Updated
Mar 21, 2019 - PHP
-
Updated
Feb 25, 2019 - Python
-
Updated
Feb 25, 2019 - Python
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."
I think it would be interesting to try and maintain some level of compatibility with
xxd
. I recently came across this when following a blog post, trying to usehexyl
instead ofxxd
.--length
/--bytes
, i.e.-l
in addition to-n
and-c
.