about protect Problem

Issues related to VMProtect
Post Reply
dephinefps
Posts: 2
Joined: Tue Nov 05, 2019 10:14 am

about protect Problem

Post by dephinefps »

i bought VMProtect Lite yesterday
this is my example source

Code: Select all

    private static IntPtr HookKeyboardCallback(int nCode, IntPtr wParam, IntPtr lParam)
    {
      return IntPtr.Zero;
    }
i am using c#
i did it Ultra (Mutation + Virtualization)
and i saw the source it using Dotpeek but it still show me the same code

and some of my code cant protect Ultra (Mutation + Virtualization)
Runtime error at CompileToVM: volatile.

and i saw Mixed assemblies are not supported.
do you have a plan add mixed assemblies ?
i think VMProtect didnt support Mixed assemblies so that happened ?

I think I'll have to make a refund....
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: about protect Problem

Post by Admin »

Unfortunately VMProtect doesn't support the "volatile" opcode.
Post Reply