exe file question

K

Kid

Hi

Can I attach data at the end or middle of exe file , is there some good tool
or sample ?

Can I delete exe file by its process , will it be locked , is it possible to
write some function in process to remove the running exe itself and its
folder after process end ?
 
P

Pavel A.

Wrong newsgroups.
If the data you want to attach is resources, there's win32 API to do this.

Regards,
--PA
 
J

Joseph M. Newcomer

Define "data". You can use BeginUpdateResource/EndUpdateResource/UpdateResource.

There are a number of methods of deleting executables that are running, and some folks in
this newsgroup have answered this; you might also try a google search of the archives.
joe

Hi

Can I attach data at the end or middle of exe file , is there some good tool
or sample ?

Can I delete exe file by its process , will it be locked , is it possible to
write some function in process to remove the running exe itself and its
folder after process end ?
Joseph M. Newcomer [MVP]
email: (e-mail address removed)
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top