Page 1 of 1

/DYNAMICBASE is broken after protection.

Posted: Tue Dec 22, 2020 7:14 pm
by fuzzing
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?

Re: /DYNAMICBASE is broken after protection.

Posted: Wed Dec 23, 2020 12:15 pm
by Admin
It seems you use the option "Strip Relocations" and it removes the feature "DYNAMICBASE".

Re: /DYNAMICBASE is broken after protection.

Posted: Thu Dec 31, 2020 5:42 am
by fuzzing
Everything fixed, thanks!