Page 1 of 1

Securely unsetting license key?

Posted: Tue Sep 06, 2022 7:18 pm
by Ambro
Hi, I have a use case for vmprotect where I want to allow the users to manage their license from within the application. I'm offering this via an unlicense feature that wipes the saved license data from disk but, it does not wipe the license from the applications running memory. Without forcing the user to restart the application, would using "VMProtectSetSerialNumber(nullptr);" be sufficient for unsetting the license or is there a better way of approaching this?

Re: Securely unsetting license key?

Posted: Wed Sep 07, 2022 3:39 pm
by Admin
VMProtectSetSerialNumber(nullptr) is enough

Re: Securely unsetting license key?

Posted: Wed Sep 07, 2022 4:43 pm
by Ambro
Ok, great. Thank you.