Re: ASLR revisited

2020-03-04 Thread Andrey Repin
Greetings, John Selbie! > For my open source project, I publish source code for Unix written in C++. > And as a convenience, I publish Win32 binaries compiled with Cygwin's g++ > build. I bundled the compiled EXE along with the dependent Cygwin DLLs > (cygcrypto, cyggcc, cycstdc++, cygwin1, and

Re: ASLR revisited

2020-03-02 Thread Lee
On 3/2/20, John Selbie wrote: > And I just discovered that recompiling with this added to the g++ command > line: > > -Xlinker --dynamicbase > > Seems to work. Or at the least, triggers the process to show up in Process > Explorer as ASLR? > > Good idea to continue with this? I haven't looked

Re: ASLR revisited

2020-03-02 Thread John Selbie
And I just discovered that recompiling with this added to the g++ command line: -Xlinker --dynamicbase Seems to work. Or at the least, triggers the process to show up in Process Explorer as ASLR? Good idea to continue with this? On Mon, Mar 2, 2020 at 8:26 PM John Selbie wrote: > For my

ASLR revisited

2020-03-02 Thread John Selbie
For my open source project, I publish source code for Unix written in C++. And as a convenience, I publish Win32 binaries compiled with Cygwin's g++ build. I bundled the compiled EXE along with the dependent Cygwin DLLs (cygcrypto, cyggcc, cycstdc++, cygwin1, and cygz.dll). Someone rang me up