MacOS: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 February 2025

  • curprev 02:1202:12, 8 February 2025Olchansk talk contribs 474 bytes +474 Created page with "= MacOS instructions = = Enable core dumps = * MacOS 15.2 * change permission to /cores * limit -c unlimited * sign the executable * see https://nasa.github.io/trick/howto_guides/How-to-dump-core-file-on-MacOS.html <pre> sudo chmod 1777 /cores sudo sysctl kern.coredump=1 ulimit -c unlimited compile segv.c to segv /usr/libexec/PlistBuddy -c "Add :com.apple.security.get-task-allow bool true" segv.entitlements codesign -s - -f --entitlements segv.entitlements segv </pre>"