In which context does the terms code section, data section apply? Is it part of a Win32 process or it is part of a Windows portable exe?
In C, does a function pointer refer to an address in the code section?
In which context does the terms code section , data section apply? Is it
Share
You should read the Wikipedia article on the Portable Executable (Window .EXE) format. In particular, the Layout section.