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.
