I've got 5MBworth of data that needs to be included inside the executable of a program that I will distribute. I CANNOT include this as an external binary file as it increases my security risk.

Without having to manually (or without writing a script to do it) take this data and put it into a bigass array, is there a way to compile the .bin file into the exe? How would I do so and access the data sequentially?

Thanks for any info,
Phil