ошибки в VMProtectDDK.h

Issues related to VMProtect
Post Reply
Cyber
Posts: 48
Joined: Mon Feb 08, 2010 3:29 pm

ошибки в VMProtectDDK.h

Post by Cyber »

1) В виду того что драйвер при компиляции используют "С" натацию корректно писать:

#ifdef __cplusplus
extern "C" {
#endif // __cplusplus

// protection
__declspec(dllimport) void __stdcall VMProtectBegin(char *);
...


// no licensing for drivers. please let us know if you need it
#ifdef __cplusplus
}
#endif // __cplusplus


2) Что то я не помню чтобы в kernelmode DDK использовался тип BOOL, всегда был BOOLEAN

Прошу исправить в новом релизе.
Admin
Site Admin
Posts: 2585
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: ошибки в VMProtectDDK.h

Post by Admin »

Спасибо. Мы уже запланировали этот фикс :))
Post Reply