http://bugs.winehq.org/show_bug.cgi?id=16365
--- Comment #15 from Anastasius Focht focht@gmx.net 2013-11-10 07:13:38 CST --- Created attachment 46494 --> http://bugs.winehq.org/attachment.cgi?id=46494 C application to decrypt game files
Hello folks,
attached is a small C application I wrote which resembles the game code for decrypting files. Can be used for testing or other purposes ;-)
compile: $ winegcc -m32 -o decrypt decrypt.c
test/run: $ ./decrypt.exe ini/sysstr.txt ini/decrypted_sysstr.txt
Regards