projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
330284e
)
; * etc/DEBUG: Add a blurb about disabling ASLR on macOS.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 26 Jan 2024 19:02:10 +0000
(21:02 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 26 Jan 2024 19:02:10 +0000
(21:02 +0200)
etc/DEBUG
patch
|
blob
|
history
diff --git
a/etc/DEBUG
b/etc/DEBUG
index 6c7f4040b8d9915056a6bbe60c4edd2716341ff0..4eae090621f2d6436268ec8d4539ec8ffaee8e23 100644
(file)
--- 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