macho/research/custom_loader/a.mm
2023-06-07 10:49:59 +07:00

9 lines
155 B
Plaintext

#import <Foundation/Foundation.h>
int main(int argc, const char * argv[]) {
@autoreleasepool {
NSLog(@"Hello, World!");
}
return 0;
}