snare / voltron

A hacky debugger UI for hackers
MIT License
6.16k stars 414 forks source link

Some non-printable characters break pipe in disasm view #148

Open mothball187 opened 8 years ago

mothball187 commented 8 years ago

quick local fix was to remove all non-printable characters from the disassembly string returned by the debugger

snare commented 8 years ago

Thanks, will do that.