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
40
questions and find answers to
11
problems.
Stats
465
EtPoint
83
Vote count
40
questions
11
answers
About
C/C++, C#, assembly, Linux and macOS.
LuisABOL questions
How does a system call know what process a file descriptor belong to?
What is an alt handler, talking about the Objective-C runtime system exception handling?
How to get a pointer to a specific executable file's section of a program from within itself? (Maybe with libelf)
Is there an equivalent of dyld for Linux?
`objc_autoreleasePoolPush()` and `objc_autoreleasePoolPop()` functions and `@autoreleasepool` blocks
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?
LuisABOL answers
What is an alt handler, talking about the Objective-C runtime system exception handling?
How to get a pointer to a specific executable file's section of a program from within itself? (Maybe with libelf)
`objc_autoreleasePoolPush()` and `objc_autoreleasePoolPop()` functions and `@autoreleasepool` blocks
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?