about protect Problem
Posted: Wed Nov 06, 2019 8:52 am
i bought VMProtect Lite yesterday
this is my example source
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....
this is my example source
Code: Select all
private static IntPtr HookKeyboardCallback(int nCode, IntPtr wParam, IntPtr lParam)
{
return IntPtr.Zero;
}
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....