https://bugs.winehq.org/show_bug.cgi?id=34372
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|REOPENED |NEW URL| |http://sourceforge.net/proj | |ects/spammonitor/files/spam | |monitor/0.20/spammon-englis | |h.zip/download CC| |focht@gmx.net Summary|Add missing function |Multiple applications need |AllocateAndGetTcpExTableFro |AllocateAndGetTcpExTableFro |mStack() to iphlpapi.dll |mStack (cross compiled | |dbus, spamMonitor)
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
I found another application which makes use of this API: 'spamMonitor'
Download: http://spamcleaner.org/en/spammonitor/
Source: http://spamcleaner.org/en/spammonitor/spammon_asm.html
--- snip --- $ WINEDEBUG=+tid,+seh,+relay wine ./spammon.exe >>log.txt 2>&1 ... 0023:Call KERNEL32.LoadLibraryA(00402039 "iphlpapi.dll") ret=00401056 0023:Call PE DLL (proc=0x7e35f7f0,module=0x7e350000 L"iphlpapi.dll",reason=PROCESS_ATTACH,res=(nil)) ... 0023:Ret KERNEL32.LoadLibraryA() retval=7e350000 ret=00401056 0023:Call KERNEL32.GetProcAddress(7e350000,0040207c "AllocateAndGetTcpExTableFromStack") ret=00401082 0023:Ret KERNEL32.GetProcAddress() retval=00000000 ret=00401082 0023:Call KERNEL32.GetProcAddress(7e350000,0040209e "GetExtendedTcpTable") ret=004010ae 0023:Ret KERNEL32.GetProcAddress() retval=7e353e28 ret=004010ae --- snip ---
$ sha1sum spammon-english.zip eff73e4c30464e808f13f35994f1bae6edfee381 spammon-english.zip
$ du -sh spammon-english.zip 24K spammon-english.zip
$ wine --version wine-1.7.36
Regards