OSX kernel simple operations
Getting current information Get current task with: #include <kern/task.h> task_t cur_task = current_task(); Get current thread with: ...
Getting current information Get current task with: #include <kern/task.h> task_t cur_task = current_task(); Get current thread with: ...