When I write a simple program in Visual Studio with C++. After compile and linking, the executable file has the section like .text, .data and etc.
Are there practical ways to change these names to other names? In the advanced option of the linker in Visual Studio properties, with help of merging section, I could change one name of these sections. How can I change all of them? Is that possible?