Dmitry Timoshkov wrote:
"Robert Shearman" rob@codeweavers.com wrote:
if (req->exe_module)
dll = list_head( &process->dlls ) ?
LIST_ENTRY(list_head( &process->dlls ), struct
process_dll, entry) : NULL;
else
dll = find_process_dll( process, req->base_address );
Is it really necessary to introduce the exe_module request parameter?
Yes.
Main executable has its own base address which should work just fine in find_process_dll().
Really? http://msdn2.microsoft.com/en-us/library/f7f5138s(VS.71).aspx