Remove all comments and whitespaces except specific blocks

Remove all comments and whitespaces

Strip comments and whitespaces is a function that you can check or uncheck on the Obfuscator interface. When obfuscating each function, the Obfuscator will remove all extra spaces in each line and remove all comments and all comments sections surrounded by /* and */.

Specify some comment blocks to be preserved

You can preserve some specific comment parts by simply surrounding the portions of code where comments are to be preserved by simple Obfuscator commands:
;$OBFUSCATOR: $START_COMMENT:
&
;$OBFUSCATOR: $END_COMMENT:
The Obfuscator will be able to process the standard #CommentFlag and #EschapeChar.