Search found 1 match

by K.H.Cyp
Wed Dec 25, 2019 4:38 am
Forum: Technical questions
Topic: can't load objc class from dylib
Replies: 1
Views: 2862

can't load objc class from dylib

Hi. I'm testing VMProtect on macOS latest demo version. My product is dynamic library with objc classes. I did load dylib successfully with turning off packing option. But it seems to fail load objc classes in dylib. (tested on 10.15) Test code: // // in dylib // @interface Hello : NSObject - (void)...