.net program authorization serial number problem

Issues related to VMProtect
Post Reply
xintiandi
Posts: 1
Joined: Wed Aug 18, 2021 9:15 am

.net program authorization serial number problem

Post by xintiandi »

Generate the serial number with keygen, copy it to TestApp.vmp.exe, and return
VMProtectSetSerialNumber() returned: Success
VMProtectGetSerialNumberState() returned: Success
VMProtectGetSerialNumberData() returned: True
State = Success
But as long as I modify the interface in TestApp,or the interface does not change anything, add 2 buttons to compile and re-vmp
The same serial number is copied to the new TestApp.vmp.exe, the return is as follows, why? If you select the item to import the serial number。The code has not been changed. Is it because the authorization information has been deleted.
VMProtectSetSerialNumber() returned: Invalid
VMProtectGetSerialNumberState() returned: Invalid
VMProtectGetSerialNumberData() returned: True
State = Invalid
Licensing information cannot be shared between different files. These licensing parameters don’t match of the project often appear. Why? I looked at the structure of the serial number, there are few items for the .net program
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: .net program authorization serial number problem

Post by Admin »

I didn't understand anything. Could you send us your example (original EXE+sources) that shows your problem?
Post Reply