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

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to