[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH, RFT] mingw32: use ASLR, no-SEH and DEP if avail
From: |
Blue Swirl |
Subject: |
Re: [Qemu-devel] [PATCH, RFT] mingw32: use ASLR, no-SEH and DEP if available |
Date: |
Wed, 29 Sep 2010 17:04:48 +0000 |
On Wed, Sep 29, 2010 at 2:38 AM, TeLeMan <address@hidden> wrote:
> GDB can not insert breakpoints on Windows Vista/7 because of the flag
> -dynamicbase.
I'd suppose that is a bug in GDB, or rather a missing feature. ASLR is
automatically disabled by GDB 7, but that and "set
disable-randomization on" seems to work only on Linux.
For QEMU, it could be possible to make a workaround (for example a new
flag for configure which disables ASLR). I think ASLR enabled should
be the default.