VMProtect and APIs

Issues related to VMProtect
Post Reply
lava
Posts: 7
Joined: Sat May 03, 2008 3:29 pm

VMProtect and APIs

Post by lava »

did the VMProtect VM engine make any Windows API calls for its internal VM operations?
Admin
Site Admin
Posts: 2686
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Post by Admin »

You talk about emulation APIs or calls APIs from virtualized code?
lava
Posts: 7
Joined: Sat May 03, 2008 3:29 pm

Post by lava »

Admin wrote:You talk about emulation APIs or calls APIs from virtualized code?
I mean : did the VMProtect VM engine itself relies on windows APIs (uses windows apis itself) or just pure x86 machine codes are used for VM implementations.

I think that #2 is correct cuz if you've used win32 apis in your vm, then it can not be used to protectc driver sys files in ring 0.
Admin
Site Admin
Posts: 2686
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Post by Admin »

I mean : did the VMProtect VM engine itself relies on windows APIs (uses windows apis itself) or just pure x86 machine codes are used for VM implementations.
VM executor does not use APIs in runtime itself (only x86 machine codes).
Post Reply