kikito/inspect.lua

inspect option to output binary value as hex codes instead of escaped characters

4mig4 opened this issue · 0 comments

4mig4 commented

for example

inspect(string.pack("Bc8",8,"647dedb2"))
"\b647dedb2"

I would like

"\x08" instead of "\b" (backspace)