|
From: B.Senthilkumar <bse...@ad...> - 2005-08-15 08:30:27
|
Hi, Yes, I understood valgrind architecture. I want to know how to convert ELF machine code to U->code.. where the code handle in valgrind source code and same could you please point out how to read ELF file format. Thanks, Senthilkumar. Nicholas Nethercote wrote: > On Fri, 29 Jul 2005, B.Senthilkumar wrote: > >> I am beginner to valgrind developer . I can't to findout the code >> flow sequence and i can't to findout where the memory check program >> starts. Could any one please send me code flow document link > > > Start by reading chapter 2 of > http://www.valgrind.org/docs/phd2004.pdf. Note that this document > describes the old intermediate representation (UCode) used in Valgrind > up to 2.4.0; the newer versions (3.0.0 and upwards) have a different > representation. But most of the other details are still correct, and > reading about UCode will still be useful for understanding how > Valgrind works. > > N |