Securely unsetting license key?

Issues related to VMProtect
Post Reply
Ambro
Posts: 8
Joined: Wed Apr 18, 2018 5:57 am

Securely unsetting license key?

Post 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?
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Securely unsetting license key?

Post by Admin »

VMProtectSetSerialNumber(nullptr) is enough
Ambro
Posts: 8
Joined: Wed Apr 18, 2018 5:57 am

Re: Securely unsetting license key?

Post by Ambro »

Ok, great. Thank you.
Post Reply