I have a rather weird question but I don't really know how to put it or where to start looking from.
My question is _not_ about "embedding" a text file (we already have at compile time) - that is too obvious. My question is if (and how) I could let's say "package" an existing (Nim created) binary with a text file and generate a new... working binary with access to that file. I'm a Mac user. I know that could work with an .app package and all that. But that's still not what I want. I want to be able to "tweak" an existing binary, add some (accessible - how?) additional text data to it, and the binary remaining absolutely functional. Is that even possible?