Insert flat binary file inside exe file
Hi.
How can I add a flat binary file inside exe file?
I mean:
1 2 3 4 5
|
//Doing some work here
//insert flat binary file at this point, it does some works
//rest of the code
|
my flat binary file is a *.com or *.bin file.
Thanks
Please explain what you are trying to achieve with this.
Flat assembler can create flat binary files and it's the fastest assembler.
I wanna add some programs that I wrote with that, inside my C++ code.
Topic archived. No new replies allowed.