public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Make "set disable-randomization" work on Windows
@ 2021-10-06 20:47 Tom Tromey
  2021-10-06 20:47 ` [PATCH 1/2] Introduce wrapper for CreateProcess Tom Tromey
  2021-10-06 20:47 ` [PATCH 2/2] Allow ASLR to be disabled on Windows Tom Tromey
  0 siblings, 2 replies; 7+ messages in thread
From: Tom Tromey @ 2021-10-06 20:47 UTC (permalink / raw)
  To: gdb-patches

I recently ran across the ASLR feature on Windows and wanted to be
able to disable it, as is done on Linux with the
"disable-randomization" feature.  I didn't think it was possible, but
Christian pointed out some documentation showing how to do it.  So, I
wrote this series.  It's split up to make each part a bit easier to
understand.

No new test case, as I have never managed to run dejagnu on Windows.
I've tested it by hand.

Note that this feature requires Windows 8.

Tom



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-11-08 18:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06 20:47 [PATCH 0/2] Make "set disable-randomization" work on Windows Tom Tromey
2021-10-06 20:47 ` [PATCH 1/2] Introduce wrapper for CreateProcess Tom Tromey
2021-10-06 20:47 ` [PATCH 2/2] Allow ASLR to be disabled on Windows Tom Tromey
2021-10-07  6:46   ` Eli Zaretskii
2021-10-12 20:52     ` Christian Biesinger
2021-11-08 18:34     ` Tom Tromey
2021-11-08 18:52       ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).