Hi, i have a dll and i want to encrypt it to hide (obfuscate ??) an
important algorithm used here.
Well today i'm using a following approach:
I'm encrypting the dll with a program, then when i want to loadlibrary() it,
i decrypt it to a plain-text file, then i loadlibrary the plain-text file.
So i...
important algorithm used here.
Well today i'm using a following approach:
I'm encrypting the dll with a program, then when i want to loadlibrary() it,
i decrypt it to a plain-text file, then i loadlibrary the plain-text file.
So i...
[ more ]