I am having a Windows driver based solution and working on Visual Studio 2012. I want to modify section the permission flag of section header. I tried to do it with properties->linker but it did not modify the section header when i browser section header using CFF explorer.
I want to remove the write permission from INIT section header(needed for Win10). Can anyone help with that?