; * etc/DEBUG: Add a blurb about disabling ASLR on macOS.

This commit is contained in:
Eli Zaretskii 2024-01-26 21:02:10 +02:00
parent 330284e7f6
commit 9d985f24a7

View file

@ -1111,6 +1111,9 @@ edit the PE header of the Emacs executable file and reset the
DYNAMIC_BASE (0x40) flag in the DllCharacteristics flags recorded by
the PE header.
On macOS, there's no official way for disabling ASLR, but there are
various hacks that can be found by searching the Internet.
** How to recover buffer contents from an Emacs core dump file
The file etc/emacs-buffer.gdb defines a set of GDB commands for