GitBook: [master] one page modified

This commit is contained in:
CPol 2021-08-03 23:42:23 +00:00 committed by gitbook-bot
parent 6c7d3834ed
commit 8ab2157315
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
1 changed files with 14 additions and 0 deletions

View File

@ -243,6 +243,20 @@ ls -lR /Applications/Safari.app/Contents
Contains the **oldest** **version** of **macOS** that the application is compatible with.
### Objective-C
Programs written in Objective-C **retain** their class declarations **when** **compiled** into \(Mach-O\) binaries. Such class declarations **include** the name and type of:
* The class
* The class methods
* The class instance variables
You can get this information using [**class-dump**](https://github.com/nygard/class-dump):
```bash
class-dump Kindle.app
```
## References
* \*\*\*\*[**The Mac Hacker's Handbook**](https://www.amazon.com/-/es/Charlie-Miller-ebook-dp-B004U7MUMU/dp/B004U7MUMU/ref=mt_other?_encoding=UTF8&me=&qid=)\*\*\*\*