is it possible to encrypt strings with preprocessor? for examle:
*data section*
--------------
"test string1"
"test string2"
"test stringN"
...
after compiling program, they will become random encrypted strings. like:
*data section*
-------------
"ioasfj)@*(Ug"
"JS8a9fjsa()S"
"zl)I@dXaskdQ"
...
is it possible without any addons?