Marker 'NNN' already exist

Issues related to VMProtect
Post Reply
Bernd
Posts: 3
Joined: Mon Mar 09, 2015 3:43 pm

Marker 'NNN' already exist

Post by Bernd »

I'm using script from documentation to get markers for code which need to be protected.
When vmp project compiles from console, I have got multiple subject messages for some functions, but not for all.

Also, I have got "Found 21 unpaired markers".

When I try to load vmp project into GUI, I have got a lot of message boxes with the same message, but I can't find any details about problem
DaEx
Posts: 4
Joined: Fri Jan 09, 2015 12:41 pm

Re: Marker 'NNN' already exist

Post by DaEx »

Bernd wrote:I'm using script from documentation to get markers for code which need to be protected.
When vmp project compiles from console, I have got multiple subject messages for some functions, but not for all.

Also, I have got "Found 21 unpaired markers".

When I try to load vmp project into GUI, I have got a lot of message boxes with the same message, but I can't find any details about problem

Check the markers in your code , maybe you are missing one or two or just not in the correct order > vm_begin vm_end
Post Reply