A example of how to modify specific data inside exe file (non-resource data, but struct variables)
- Compile in Debug configuration
- Run target.exe and see what's written
- Run Packer.exe
- Run target.exe again and see that the text has changed
Packer has at least one bug tat might happen when exe is over 1MB. See code for description