Soluling home   Document home

Encrypted and compressed files

Encrypted and compressed files

Some developers use a tool that either encrypts or compresses the PE file (.exe or .dll) created by a compiler. If you use this, you should not apply the tool for the original file you add to the Soluling project but the output files created by Soluling. This is because those tools make PE file structure invalid. Those files are not valid PE files anymore, and they can not be correctly read and edited. Soluling requires that the PE files you add to the project are valid. Use encrypter or compressor only to the output files created by Soluling.