Embedding Binary Data in Executables ==================================== Author: Momchil Ivanov Date : 2019.01.08 Introduction ------------ This article describes how to embed binary data in executables. References ---------- 1: https://csl.name/post/embedding-binary-data/ 2: http://codeplea.com/embedding-files-in-c-programs 3: https://blog.kowalczyk.info/article/zy/embedding-binary-resources-on-windows.html 4: https://stackoverflow.com/questions/4158900/embedding-resources-in-executable-using-gcc 5: https://stackoverflow.com/questions/2627004/embedding-binary-blobs-using-gcc-mingw 6: https://stackoverflow.com/questions/5479691/is-there-any-standard-way-of-embedding-resources-into-linux-executable-image/10692876#10692876 7: https://www.devever.net/~hl/incbin