mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 04:33:28 +00:00
GITBOOK-4001: change request with no subject merged in GitBook
This commit is contained in:
parent
046bd0c815
commit
b17b7e9946
1 changed files with 2 additions and 1 deletions
|
@ -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**
|
||||
|
||||
|
|
Loading…
Reference in a new issue