Eric Pouech pouech-eric@wanadoo.fr writes:
I fixed that by sending (in ntdll loader code) the DLL load event a bit later in the loading processus, when we're out of the dlopen call.
This will break dlls that are loading implicitly by ELF loading. That stuff really has to be done in the constructor.