How to store data to exe files with php?
-
is it possible to modify exe files using php? i want to store data to exe file using php before the user download it. Thank you
-
Answer:
Is it possible? Yes. Look at the filesystem functions like fopen, fread, fwrite, etc. You would have to create the executable so that you knew exactly where some "empty space" was that you could store this data you're talking about. You would have to be careful not to write data outside of the "empty space" or the executable would be corrupted and not work. What are you trying to accomplish? There's probably a much better way to do it.
Jack B at Yahoo! Answers Visit the source
Related Q & A:
- What Is MSI File And How Is It Different From EXE File?Best solution by Stack Overflow
- How to store large ordered data?Best solution by Stack Overflow
- How to store json data in jquery?Best solution by Stack Overflow
- Why can't I open Exe files?Best solution by Super User
- There are no .exe files in this PC game. How do I play it?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.