holly-hacker / dnSpy.Extension.HoLLy

A dnSpy extension to aid reversing of obfuscated assemblies
GNU General Public License v3.0
342 stars 31 forks source link

Escape newlines in string operands in CIL CFG #45

Closed Charterino closed 4 years ago

Charterino commented 4 years ago

If I'm not mistaken, no matter what you do with the string, if you pass the "\n" to the renderer, it will render it as a new line. I'm replacing the backslash () with a similar character (⧵) to bypass that. It's dirty, but it works.

holly-hacker commented 4 years ago

Closes #43

holly-hacker commented 4 years ago

Looks good, thanks!