> Maybe I could code some dynamic loading (like psapi in proc_info) to
> workaround this case scenario.
>
> Please let me know the results.

WinXP x64
 *** CURRENT PROCESS ***
 EnumProcessModules (PID, name): 2020      proc_info.exe
 Module32First (PID, name): 2020           proc_info.exe
 GetProcessImageFileName (PID, name): 2020
\Device\HarddiskVolume1\Documents and
Settings\Administrator\desktop\proc_info_3\proc_info.exe

 *** PARENT PROCESS ***
 EnumProcessModules (PID, name): 2416      <unknown>
 Module32First (PID, name): 2416           Error Creating Snap (SNAPMODULE)
 GetLastError: 299Only part of a ReadProcessMemory or
WriteProcessMemory request was completed.
 <unknown>
 GetProcessImageFileName (PID, name): 2416
\Device\HarddiskVolume1\WINDOWS\system32\cmd.exe



Win2003 x64
 *** CURRENT PROCESS ***
 EnumProcessModules (PID, name): 1856      proc_info.exe
 Module32First (PID, name): 1856           proc_info.exe
 GetProcessImageFileName (PID, name): 1856
\Device\HarddiskVolume2\Documents and
Settings\VMWServ\desktop\proc_info_3\proc_info.exe

 *** PARENT PROCESS ***
 EnumProcessModules (PID, name): 1584      <unknown>
 Module32First (PID, name): 1584           Error Creating Snap (SNAPMODULE)
 GetLastError: 299Only part of a ReadProcessMemory or
WriteProcessMemory request was completed.
 <unknown>
 GetProcessImageFileName (PID, name): 1584
\Device\HarddiskVolume2\WINDOWS\system32\cmd.exe



Woot!

I'm happy if this would help even a little.
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to