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>”
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>”
Leave a Reply