Research Update Enhanced src/macos-hardening/macos-security-...#2052
Merged
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: Content Categories: Based on the analysis, this content was categorized under "Research". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Research Update for src/macos-hardening/macos-security-and-privilege-escalation/macos-files-folders-and-binaries/macos-memory-dumping.md
This PR contains automated research updates including:
Generated by: HackTricks Research Agent
Timestamp: 2026-03-25 13:30:20 UTC
Tool usage
🔧 Technical Details
Research update for HackTricks content
🤖 Agent Actions
I’m reading the current page and adjacent macOS material first so I can place new content without duplicating existing HackTricks coverage. After that I’ll switch to web research on recent memory dumping tradecraft and tooling.
The target page is very thin and still centered on archived
osxpmem. I’m checking nearby pages now, especially task-port and in-memory inspection content, so the update stays focused on acquisition and artifact extraction instead of re-explaining generic process injection.I have the local boundaries now. Next I’m validating what is still true on recent macOS versions: which dump paths remain practical on Apple Silicon, what
taskgatedand hardened runtime still block, and which modern tools are actually maintained instead of archived one-offs.The current web picture is converging on two meaningful additions: modern per-process dumping with
lldb/region scoping, and updated privilege constraints aroundtask_for_pid/get-task-allowon current macOS. I’m pulling primary docs and a couple of high-signal writeups to keep the update factual.The edit scope is clear now. I’m adding modern live-process acquisition paths and current attach constraints, while keeping the page narrow: artifact files, legacy full-RAM imaging, and process-focused dumping on recent macOS.
I’m updating the page now. The changes will replace the stale “try it yourself on arm64” framing with tested limitations, add
lldb/Frida workflows that are still useful on Sonoma/Sequoia-era systems, and close with a small references section.Updated macos-memory-dumping.md to reflect current macOS tradecraft instead of staying centered on archived
osxpmem.The main changes were:
osxpmemas a legacy Intel/kext-based workflow and clarified why it is usually impractical on modern Apple Silicon macOS.lldbsection covering live process core dumps, includingprocess save-core,--style full, and targeted region dumping.taskgated, hardened runtime,get-task-allow, and debugger entitlements.readmemas an older userland reference.vm.swapusage/sleepimageand a HackTricks internal ref to the task-port page.## Referencessection at the end.I verified the markdown diff and the new internal reference path. I did not run a full site build.
Blog posts used in research:
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.