bject: Re: [cfarm-users] dylib on macOS 11
Christian,
> To port TinyCC on Silicon we facing a major issue: libc.dylib (link to
> libSystem.dylib) no longer exists on the filesystem, it is cached and
> hidden somewhere in the system.
Yes. [1][2]
> You can still dlopen libSystem.dylib a
Christian,
> To port TinyCC on Silicon we facing a major issue: libc.dylib (link to
> libSystem.dylib) no longer exists on the filesystem, it is cached and
> hidden somewhere in the system.
Yes. [1][2]
> You can still dlopen libSystem.dylib and then dlsym any symbols you like
> but you can't fop