Page 1 of 1

Question regarding unwind info

Posted: Thu Nov 06, 2025 7:25 am
by dylanmagik
I am pretty much asking if VMProtect needs unwind info to properly virtualize the functions, from looking at the functions code under details -> code in the VMProtect gui it seems to find all the correct assembly and where the function ends, so I am assuming it works fine.

The binary is compiled with no crt and no exceptions so it works fine without the unwind info also when obfuscated.
I just wanted to know if it'll make the protection worse / not apply properly if I stripped the unwind info. :wink:

Re: Question regarding unwind info

Posted: Thu Nov 06, 2025 8:26 am
by Admin
Unwind info doesn't affect code virtualization.