How to Embed Binary Data into a Win32 Executable File in 4 Methods

This article covers 4 methods to embed arbitrary binary files (images, data, etc.) inside an executable.
From standard approaches (byte arrays) to low-level hacks like binary appending (copy /b), each...