View Single Post
  #2  
Old 01-21-2005, 19:30
Kerlingen
 
Posts: n/a
I guess it is normal. I checked several VC++ executables I had and the biggest difference I found was 900 KB. The IAT was always at the start of .rdata section and the IMAGE_DIRECTORY_ENTRY_IMPORT pointed always to the end of the .rdata section. I don't see where the problem should be. It even works if both are in different sections.
Reply With Quote