20 Nov
2007
20 Nov
'07
3:10 a.m.
Dmitry Timoshkov wrote:
"Robert Shearman" <rob(a)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 -- Rob Shearman