use ASLR in wine (/dynamicbase option on vs c++)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Big5
Newbie
Newbie
Posts: 1
Joined: Wed Oct 05, 2016 3:35 am

use ASLR in wine (/dynamicbase option on vs c++)

Post by Big5 »

Hello guys,

I'm currently working on a reverse project, and to automate my tests, i would like to be able to use ASLR in wine (and wine64).

Indeed, i have come to the conclusion that a binary is always loaded at its base address using wine.

Is there so any option to use that ASLR?

If not, does it mean i have to produce a patch for wine? In this meaning, can a dev tells me if a patch for implementing ASLR seems reasonnable or not?

thanks in advance,
regards
Locked