I have written a small app in C++ consisting of a single EXE file.
I want to put in its “about” dialog the md5sum of the executable itself. It should be embedded statically into the executable (so that can be seen from hex editor), rather than computed on the fly.
As both @Shi & @matthewdaniel have already said, this can’t be done directly.
However a couple of workarounds are possible: