I am developing 64-bit executables for 64-bit platforms using Platform SDK. My query is about the difference between the entry point of 32-bit executable lies in the .text section whereas the entry point of 64-bit executable lies in .rdata section.
Also I don’t want to combine these sections.
Can somebody send in some clarifications ?
Thanks