I want to find the CODE and Initialized DATA sections in COFF Object files.
The sections that I want to find are called .text$mn and .data in output generated from two versions of Microsoft "c" compilers.
I have no idea how consistent this is across different compiler vendors, compiler versions from one vendor or different compiled languages from the same compiler vendor.