Results 1 to 2 of 2
i have a C program which creates an executable file in linux
after that we can use that exe file and decode any file which is encoded by flatedecode algo
...
- 04-07-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 13
running exe files through C programs
i have a C program which creates an executable file in linux
after that we can use that exe file and decode any file which is encoded by flatedecode algo
now i have to write a C program...
which reads a file.....use the above mentioned exe file and den post the decoded output....
so i am in need for a code in C which can run EXE files and perform some function...
plz let me know the syntax of that function
- 04-07-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
New to C programming? See the man pages for the following C functions:
system()
fork()
exec(), execl(), execlp(), execle(), execv(), and execvp()Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote