This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // seohyun-gyu@MacBook-Pro-2 find_xpc_rich_error_create % gcc -o find_xpc_rich_error_create find_xpc_rich_error_create.c | |
| // seohyun-gyu@MacBook-Pro-2 find_xpc_rich_error_create % ./find_xpc_rich_error_create | |
| // Found image_name: /usr/lib/system/libxpc.dylib, libxpc_hdr: 0x7ff80647a000 | |
| // _xpc_rich_error_create address: 0x7ff80649362c | |
| #include <stdio.h> | |
| #include <dlfcn.h> | |
| #include <pthread.h> | |
| #include <mach-o/dyld_images.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // HelloAnimation.swift | |
| // OpenvisionOS | |
| // | |
| // Created by Amos Gyamfi on 17.2.2024. | |
| // | |
| import SwiftUI | |
| struct HelloAnimation: View { |
OlderNewer