Added ability to remove 'use strict' from obfuscated code when the strings option is set to true. This is required as currently, octal representations (which is what obfuscator converts all simple strings to when this option is set) are not allowed in strict mode.
Added pretty printed log outputs to know what happened.