Debugging Obfuscated Code

Admittedly I only tested obfuscation with a few larger programs. So if you run into an error, you can debug it by replacing every space with a newline then running it…

In Vim you can do it with “:%s/<one space>/<type Ctrl-V then Ctrl-M>/g<enter>”

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *