When a .exe (32 bits i tested) is compiled and then protected with VMProtect, the VS feature /DYNAMICBASE gets broken and the startaddress of the process is always 0x00400000, its there a chance to fix this on the next release?
It seems you use the option “Strip Relocations” and it removes the feature “DYNAMICBASE”.
Everything fixed, thanks!