I'm creating an activation module using .NET and wondered if it is OK to package the DLL with it?
The key gen has a .NET component, but it seems there is no means for performing activation using anything except C or assembler??? My protected application doesn't have a UI, and I don't know C++ well enough to do a GUI using it.
Thanks in advance.
VMProtectSDK32.dll
Re: VMProtectSDK32.dll
VMProtect doesn't support .NET applications. It means that you can use VMProtectSDK.dll in a native (written with C/C++/etc. ) application only.