プリプロセッサで文字列を暗号化することは可能ですか? 例:
*data section*
--------------
"test string1"
"test string2"
"test stringN"
...
プログラムをコンパイルすると、ランダムな暗号化文字列になります。お気に入り:
*data section*
-------------
"ioasfj)@*(Ug"
"JS8a9fjsa()S"
"zl)I@dXaskdQ"
...
アドオンなしで可能ですか?
プリプロセッサで文字列を暗号化することは可能ですか? 例:
*data section*
--------------
"test string1"
"test string2"
"test stringN"
...
プログラムをコンパイルすると、ランダムな暗号化文字列になります。お気に入り:
*data section*
-------------
"ioasfj)@*(Ug"
"JS8a9fjsa()S"
"zl)I@dXaskdQ"
...
アドオンなしで可能ですか?