Bengaly
May 26th, 2002, 20:41
heya all,
recently i started coded alittle PE viewer (mini project) - probably for fun and knowledge in Visual-C++ (v6). / PE
i am now dealing with the Section header, so i want to read
the Section's names and nfo.
though i dont really know how to read the section nfo..
i have started this code so far:
for(i=0;i<file_header.NumberOfSections;i++)
{
// reading section's name/nfo and put into list box
SendDlgItemMessage(hWnd,IDC_SEC,LB_ADDSTRING, 0,(LPARAM));
}
i have deal with the other headers already, only this little prob
hope any1 knows how too,
if not np
cya all
recently i started coded alittle PE viewer (mini project) - probably for fun and knowledge in Visual-C++ (v6). / PE
i am now dealing with the Section header, so i want to read
the Section's names and nfo.
though i dont really know how to read the section nfo..
i have started this code so far:
for(i=0;i<file_header.NumberOfSections;i++)
{
// reading section's name/nfo and put into list box
SendDlgItemMessage(hWnd,IDC_SEC,LB_ADDSTRING, 0,(LPARAM));
}
i have deal with the other headers already, only this little prob
hope any1 knows how too,
if not np

cya all