Re: DllMain not called in CreateRemoteThread

2020-02-10 Thread Andrey Repin
Greetings, Olivia Nelson! > I need to use unix socket() interface, mingw does not seem to provide > the following headers: There's no UNIX interfaces in native applications. Choose one or another, not both. > #include > #include > #include > #include Also, please no top posting in this lis

Re: DllMain not called in CreateRemoteThread

2020-02-09 Thread Olivia Nelson
I need to use unix socket() interface, mingw does not seem to provide the following headers: #include #include #include #include On Sat, Feb 8, 2020 at 1:40 PM Marco Atzeri wrote: > > please bottom post on this mailing list > > Am 08.02.2020 um 01:12 schrieb Olivia Nelson: > > Sorry, I made

Re: DllMain not called in CreateRemoteThread

2020-02-07 Thread Marco Atzeri
please bottom post on this mailing list Am 08.02.2020 um 01:12 schrieb Olivia Nelson: Sorry, I made a mistake. I've updated the title .. To summarize: 1. I can load the DLL compiled with cygwin with LoadLibraryA, but not remotely with CreateRemoteThread. 2. The same DLL compiled with msv

Re: DllMain not called in CreateRemoteThread

2020-02-07 Thread Olivia Nelson
Sorry, I made a mistake. I've updated the title .. To summarize: 1. I can load the DLL compiled with cygwin with LoadLibraryA, but not remotely with CreateRemoteThread. 2. The same DLL compiled with msvc works with both LoadLibraryA and CreateRemoteThread Answer to Joost: constructor and de