Hello all, 
I recently saw an application that stored all of its data inside itself, in the .exe. I was wondering how to do this in C#.
I tried editing the "this program cannot be run in ms-dos mode" to store SOMETHING in the executable, as editing those specific bytes will not cause the application to fail, however the app can't read data back from its own executable when it's in use. If anyone has any insight on this, please let me know.
Thanks,
Nick
					I recently saw an application that stored all of its data inside itself, in the .exe. I was wondering how to do this in C#.
I tried editing the "this program cannot be run in ms-dos mode" to store SOMETHING in the executable, as editing those specific bytes will not cause the application to fail, however the app can't read data back from its own executable when it's in use. If anyone has any insight on this, please let me know.
Thanks,
Nick
Comment