From b17b7e99469adf6a613270c24924193df6c21bf5 Mon Sep 17 00:00:00 2001 From: CPol Date: Thu, 6 Jul 2023 17:51:13 +0000 Subject: [PATCH] GITBOOK-4001: change request with no subject merged in GitBook --- .../universal-binaries-and-mach-o-format.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macos-hardening/macos-security-and-privilege-escalation/macos-files-folders-and-binaries/universal-binaries-and-mach-o-format.md b/macos-hardening/macos-security-and-privilege-escalation/macos-files-folders-and-binaries/universal-binaries-and-mach-o-format.md index 9e8cd3962..9e33b2040 100644 --- a/macos-hardening/macos-security-and-privilege-escalation/macos-files-folders-and-binaries/universal-binaries-and-mach-o-format.md +++ b/macos-hardening/macos-security-and-privilege-escalation/macos-files-folders-and-binaries/universal-binaries-and-mach-o-format.md @@ -233,7 +233,8 @@ Contains the entrypoint in the **entryoff attribute.** At load time, **dyld** si ### **LC\_CODE\_SIGNATURE** -Contains information about the **code signature of the Macho-O file**. It only contains an **offset** that **points** to the **signature blob**. This is typically at the very end of the file. +Contains information about the **code signature of the Macho-O file**. It only contains an **offset** that **points** to the **signature blob**. This is typically at the very end of the file.\ +However, you can find some information about this section in [**this blog post**](https://davedelong.com/blog/2018/01/10/reading-your-own-entitlements/) and this [**gists**](https://gist.github.com/carlospolop/ef26f8eb9fafd4bc22e69e1a32b81da4). ### **LC\_LOAD\_DYLINKER**