Valgrinding large win32 app worked!

Eric Pouech eric.pouech at orange.fr
Thu Jan 17 14:15:22 CST 2008


> The only snag could be, does PE format allow a separate base address
> for each "segment", or are all segments fixed relative to each other,
> like the PT_LOAD in ET_DYN?
>   
each segment is described as an offset to the module's base address, but 
the offset are fixed in the PE format (as well as in .pdb)
anyhow, this information is present both in the PE header and the debug info

A+


-- 
Eric Pouech
"The problem with designing something completely foolproof is to underestimate the ingenuity of a complete idiot." (Douglas Adams)





More information about the wine-devel mailing list