about protect Problem

i bought VMProtect Lite yesterday
this is my example source

    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…

Unfortunately VMProtect doesn’t support the “volatile” opcode.