
I was able to get BooBoo obfuscation working. Here’s what the first page of the town example where you walk around and pick up apples looks like.
It’s built into the interpreter and accessible with the +obfuscate switch to BooBoo or BooBooCLI.
The one thing you need to pay attention to is when you use “reset”. You’ll need to separately obfuscate every script you “reset” to. Also, you lose include file flexibility as the obfuscated file is dumped to a single file (standard output.)
Examples:
> ./BooBooCLI dragonslayer.boo +obfuscate ; dumped to terminal
> ./BooBoo town +obfuscate > foo.boo ; saved to file
Leave a Reply