Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
LuisABOL
LuisABOL has asked
35
questions and find answers to
8
problems.
Stats
389
EtPoint
71
Vote count
35
questions
8
answers
About
C/C++, C#, assembly, Linux and macOS.
LuisABOL questions
How does the NSBundle's -load method register classes and other runtime resources with the Objective-C runtime?
What happens if dispatch_main gets called from outside of the main thread?
Why isn't the super class of a meta class of a root class a NULL pointer?
How to monitor a file descriptor for new data availability?
How are instance variables and methods stored in an Objective-C 2.0 object?
Why doesn't this Block have copy and dispose pointers in its descriptor?
dispatch_write() and dispatch_read() usage
How is retain count implemented in NSObject?
how to get the actual address of `func` from `callq func@PLT`
Is NSObject class a part of the Objective-C runtime library today (instead of being a Foundation component)?
LuisABOL answers
How to define an exported symbol's address
How to allocate a new object without Foundation?
What is `objc_msgSend_fixup`, exactly?
Objective-C: What is a lazy class?