hi all.
maybe of you have probably noticed that we've included in last
few days "safe encoding" of otherwise "unsafe" and/or "ugly"
characters for terminal printing.
you can notice those in dumping of values by their safehex
representation, like for example: "\x07test\x14bla\xf5" or
"\nthis is a newline test\nwith\ttab".
this way we are covering dumping of binary data columns
together with preservation of "sanity" of the user itself and
his own terminal environment.
now, this moment we've also included a tool for decoding
this kind of stuff so you can convert it back to it's original
(binary) form. you can find it inside extra\safe2bin folder,
and usage of it is pretty simple:
[.../extra/safe2bin] python safe2bin.py -i dump.txt -o dump.txt.bin
kr
--
Miroslav Stampar
E-mail: miroslav.stampar (at) gmail.com
PGP Key ID: 0xB5397B1B
|