Question regarding unwind info

Issues related to VMProtect
Post Reply
dylanmagik
Posts: 1
Joined: Thu Nov 06, 2025 7:17 am

Question regarding unwind info

Post 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:
Admin
Site Admin
Posts: 2809
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Question regarding unwind info

Post by Admin »

Unwind info doesn't affect code virtualization.
Post Reply