Using high-order word of section flags
Hi
I was thinking about using the high-order word of the section flags to store my own stuff, as according to NSIS documentation only the bits in low-order word are used and quick check to the NSIS source code seems to confirm it.
I wonder, has anyone done this before?
And other than it been very bad practice :p, does anyone know any reason why I shouldn't use the high-order word of the section flags?
PaR