Added proper string escaping to the disassembler.
authorAndrew Woloszyn <awoloszyn@google.com>
Wed, 14 Oct 2015 18:18:43 +0000 (14:18 -0400)
committerDavid Neto <dneto@google.com>
Mon, 26 Oct 2015 16:55:33 +0000 (12:55 -0400)
commite59e6b72f948bb6b74134ef98b0d095452ff15ea
tree393c402a683cd67f9c2bd83dc5dacbe62201183c
parent51013d15ee86360489309ca0d9c385f8b4e9f871
Added proper string escaping to the disassembler.

The disassembler now generates correct string when encountering
quotes and slashes.
CMakeLists.txt
source/binary.cpp
test/BinaryToText.Literal.cpp [new file with mode: 0644]