GITBOOK-4001: change request with no subject merged in GitBook

This commit is contained in:
CPol 2023-07-06 17:51:13 +00:00 committed by gitbook-bot
parent 046bd0c815
commit b17b7e9946
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -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**