From: Eli Zaretskii Date: Fri, 26 Jan 2024 19:02:10 +0000 (+0200) Subject: ; * etc/DEBUG: Add a blurb about disabling ASLR on macOS. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~2813 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9d985f24a7fe298980f9af7b9e44318d145cfae5;p=emacs.git ; * etc/DEBUG: Add a blurb about disabling ASLR on macOS. --- diff --git a/etc/DEBUG b/etc/DEBUG index 6c7f4040b8d..4eae090621f 100644 --- a/etc/DEBUG +++ b/etc/DEBUG @@ -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