how do i load a file into my program so it’s just binary. i want to read the binary from a file then save it to another one so the file will be a clone of the first file (if it’s a exe it will run, etc). i would like to store the data in a array or string so i can edit it before i save it. im using windows 7 , microsoft c++ 2008.
Share
Something like:
[Edit: added necessary headers: ]
This is pretty elementary C++ though — my immediate guess would be that you’re not really ready to deal with encryption if you don’t know this.