Hello:
Sorry.
I make a application that is about some file data security. I want to delete
my some important temp file as OS restart.
If I put it to registry "HKEY...\RUN" setting, but it maybe be deleted by
someone.
B.R.
VIC
"William DePalo [MVP VC++]" <willd.no.spam@mvps.org> дÈëÏûÏ¢ÐÂÎÅ:%23NelCrUaGHA.1220@TK2MSFTNGP02.phx.gbl...
>> I want to inject a DLL of my custome hook dll to system serice
>> SERVICES.EXE application as every OS restart?
[quoted text clipped - 4 lines]
> Regards,
> Will
William DePalo [MVP VC++] - 27 Apr 2006 04:08 GMT
> I make a application that is about some file data security. I want to
> delete my some important temp file as OS restart.
> If I put it to registry "HKEY...\RUN" setting, but it maybe be deleted by
> someone.
Can you open the file exclusive access and with the
FILE_FLAG_DELETE_ON_CLOSE option set. By the way, it is not enough to delete
the file. You should overwrite its sensitive data. There are published
algorithms and standards for this kind of thing, btw.
Regards,
Will