The XP WDK compiler.

Issues related to VMProtect
Post Reply
gongxp
Posts: 3
Joined: Thu Dec 02, 2010 4:05 am

The XP WDK compiler.

Post by gongxp »

I use VS2012 + WDK to #include "VMProtectDDK.h" can be compiled, but the same program,

But the use of WDK 7600.16385.1 x86 Check Build Environment compiled general program error:

Error LNK2019: unresolved external symbo __imp__VMProtectEnd@0 referenced in function

Error LNK2001: unresolved external symbol __imp__VMProtectEnd@0

Error LNK2019: unresolved external symbo __imp__VMProtectBeginUltra@4 referenced in function _IoDouble@16

Error LNK2001: unresolved external symbol __imp__VMProtectBeginUltra@4

Error LNK1120: 2 unresolved externals

BUILD: Finish time: Sun Mar 31 18:40:30 2013

To join or not in SOURCE:

TARGELIB=VMProtectDDK32.lib
Admin
Site Admin
Posts: 2686
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: The XP WDK compiler.

Post by Admin »

The example of driver is attached.
Attachments
hello.rar
(2.13 KiB) Downloaded 640 times
Post Reply