Skip to content
#

binary-data

Here are 182 public repositories matching this topic...

d0c-s4vage
d0c-s4vage commented Jan 9, 2020

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

Dekkonot
Dekkonot commented Oct 30, 2021

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

good first issue

Improve this page

Add a description, image, and links to the binary-data topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more