From 2e4fe54a6fb0bd553d9602fabba4bd6515ef8386 Mon Sep 17 00:00:00 2001 From: Karmaz95 Date: Mon, 30 Dec 2024 21:06:08 +0100 Subject: [PATCH] Adding XNU article friend link --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 16c0fe4..331e3cf 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The table of contents showing links to all articles is below: * ☑ [System Intigrity Protection](https://karol-mazurek.medium.com/system-integrity-protection-sip-140562b07fea?sk=v2%2F9c293b8f-c376-4603-b8a1-2872ba3395cf) * ☑ [IX. TCC](https://karol-mazurek.medium.com/snake-apple-ix-tcc-ae822e3e2718?sk=v2%2F426ae6cf-6418-4e3f-a0ca-3aee06d6f676) * ☑ [Apple UUID Finder](https://karol-mazurek.medium.com/apple-uuid-finder-a5173bdd1a8a?sk=v2%2F04bb0d32-6dc9-437d-bf72-8f65e03fed90) -* ☐ [X. NU]() +* ☑ [X. NU](https://karol-mazurek.medium.com/snake-apple-x-nu-0bc5c36170da?sk=v2%2F502ee9db-8d8a-4a1b-8655-546742a7d261) * ☑ [Kernel Debugging Setup on MacOS](https://karol-mazurek.medium.com/kernel-debugging-setup-on-macos-07dd8c86cdb6?sk=v2%2F782bf539-a057-4f14-bbe7-f8e1ace26701) * ☑ [Fixing an Infinite Loop](https://karol-mazurek.medium.com/fixing-an-infinite-loop-on-unix-e0a8a5501c54?sk=v2%2F140555f8-9770-4c6b-9734-d9c5b7cc9bc7) * ☑ [Exceptions on macOS](https://karol-mazurek.medium.com/exceptions-on-macos-2c4bd6a9fd31?sk=v2%2Ffa7393a6-16e7-46d4-84d0-4de300260533) @@ -697,7 +697,5 @@ Each Snake class will be a child of the previous one and infinitely "eat itself" * Add kernelcache parser. * Add `LC_FILESET_ENTRY` method to `dumpKernelExtension`. * Consider moving methods like `removeNullBytesAlignment`, `calcTwoComplement64` etc. to `Utils` class. -* Move `--mig` option to Snake & Apple chapter about Mach Kernel when ready. * Make Thread manager class and improve the Threading.thread with tracing methods and `kill()`. -* Reconsider moving --xattr like args to another Snake class related to filesystem. -* Consider adding second option to dump Sandbox Operations based on this [Csaba Fitzl comment](https://x.com/theevilbit/status/1828773101041221755). \ No newline at end of file +* Reconsider moving --xattr like args to another Snake class related to filesystem. \ No newline at end of file