/DYNAMICBASE is broken after protection.

Issues related to VMProtect
Post Reply
fuzzing
Posts: 19
Joined: Fri Aug 07, 2020 2:33 am

/DYNAMICBASE is broken after protection.

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

Re: /DYNAMICBASE is broken after protection.

Post by Admin »

It seems you use the option "Strip Relocations" and it removes the feature "DYNAMICBASE".
fuzzing
Posts: 19
Joined: Fri Aug 07, 2020 2:33 am

Re: /DYNAMICBASE is broken after protection.

Post by fuzzing »

Everything fixed, thanks!
Post Reply