Sujet : Re: Faking a TTY on a pipe/socketpair
De : Muttley (at) *nospam* dastardlyhq.com
Groupes : comp.unix.programmerDate : 14. Dec 2024, 11:06:29
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vjjlb5$3us85$1@dont-email.me>
References : 1 2 3 4 5
On Sat, 14 Dec 2024 08:48:00 GMT
rlhamil@smart.net (Richard L. Hamilton) gabbled:
However I just tried this with some old preloadable modules (of
suitable architecture), and it no longer seems to work. Not sure what
else I have to do now. Maybe this changed/broke when most dynamic libraries
were replaced by a pre-linked cache files that would map in in their entirety
at reserved address(es). Faster, more secure, but maybe less flexible.
Haven't googled enough yet to find the answer, if any.
Probably something to do with security. Apple have really nailed MacOS down
in recent releases. I looked at how to do it for recent versions and just
decided I couldn't be bothered. Seemed to require putting macros in code and
I just thought nah.