Sujet : Re: About That “inetpub” Folder ...
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.advocacy alt.comp.os.windows-11Date : 14. Jun 2025, 00:36:54
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <102icmm$3o8g6$2@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : Pan/0.162 (Pokrosvk)
On Fri, 13 Jun 2025 18:50:22 -0400, Paul wrote:
What people don't know (because they can't see it), is a
"procmon23.sys" or similar, is added to System32, and that module is
loaded at boot time. Since the Hidden bit is set on it, people can't
see it, and the program does not clean up after itself and remove
the file again. When the API changes, the version is bumped to
"procmon24.sys".
What a clunky way of versioning shared libraries.
The Linux way is twofold: add a versioning suffix to the name of the
library, and also versioning the individual symbols themselves. This way
the name of the library in the SDK doesn’t need to change.