473,508 Members | 2,241 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to inject system process SERVICES.EXE as system restart?

Hello. all:

I want to inject a DLL of my custome hook dll to system serice SERVICES.EXE
application as every OS restart?

B.R.

VIC
Apr 26 '06 #1
6 2586
"Vic.Dong" <do******@drm.net.cn> wrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
I want to inject a DLL of my custome hook dll to system serice
SERVICES.EXE application as every OS restart?


Why not take a step back an explain what you want to do and not how to do
it?

Regards,
Will
Apr 26 '06 #2
Why exactly to services.exe? Try documented approach - winlogon notification
packages - it will allow you to create your own dll that will handle
winlogon.exe events and process them in the address space of winlogon
process.

--
Vladimir
manage content: http://www.infostoria.com/
blog: http://thespoke.net/blogs/vladimir_scherbina/

"Vic.Dong" <do******@drm.net.cn> wrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
Hello. all:

I want to inject a DLL of my custome hook dll to system serice
SERVICES.EXE application as every OS restart?

B.R.

VIC

Apr 26 '06 #3
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++]" <wi***********@mvps.org> дÈëÏûÏ¢ÐÂÎÅ:%2****************@TK2MSFTNGP02.phx.g bl...
"Vic.Dong" <do******@drm.net.cn> wrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
I want to inject a DLL of my custome hook dll to system serice
SERVICES.EXE application as every OS restart?


Why not take a step back an explain what you want to do and not how to do
it?

Regards,
Will

Apr 27 '06 #4
"Vic.Dong" <do******@drm.net.cn> wrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
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
Apr 27 '06 #5
"Scherbina Vladimir" <vl****************@gmail.com> wrote:

Why exactly to services.exe? Try documented approach - winlogon notification
packages - it will allow you to create your own dll that will handle
winlogon.exe events and process them in the address space of winlogon
process.


The rumor is that this ability will be removed from Vista, because almost
the only users of winlogon add-ins have been spyware.
--
- Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc.
Apr 27 '06 #6
Yes, I remember this rumor. I hear it each time when the talk about winlogon
notification packages begin. Thanks for reminding once again.

--
Vladimir
manage content: http://www.infostoria.com/
blog: http://thespoke.net/blogs/vladimir_scherbina/

"Tim Roberts" <ti**@probo.com> wrote in message
news:ne********************************@4ax.com...
"Scherbina Vladimir" <vl****************@gmail.com> wrote:

Why exactly to services.exe? Try documented approach - winlogon
notification
packages - it will allow you to create your own dll that will handle
winlogon.exe events and process them in the address space of winlogon
process.


The rumor is that this ability will be removed from Vista, because almost
the only users of winlogon add-ins have been spyware.
--
- Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc.

Apr 27 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
3157
by: Niel | last post by:
Hello friends, I think this issue has been posted before but i have not been able to get any solution that is why i am posting it again in detail as to what exactly is happneing in my case. Hope...
5
6195
by: Nim | last post by:
HI, I would like to know if it's possible inject a dll (create with c++) into an application with c# like c++, and which instruction use c# for do this
10
1677
by: Mark | last post by:
I am working on a monitor system - web page that will show what processes are running on different computers. How would I get such information? All I need is a name of a process (title on a taskbar...
2
4560
by: Chris Langston | last post by:
I have a Web Server running IIS 5 or 6 on Windows 2K and Windows 2003 Server that is experiencing strange shutdown problems. We are using ASP.NET v1.1 and our application is written in VB.NET ...
7
4765
by: Peter Afonin | last post by:
Hello, I'm using this code to access a network share from an asp.net page: Dim dir As DirectoryInfo = New DirectoryInfo("\\10.0.0.150\FormLib\") Dim files() As FileInfo = dir.GetFiles("*.eps")...
3
1551
by: mikeisgreat | last post by:
Hi, I am pretty new to php and have a few questions. I am creating an Apache admin tool for some less "linux-able" users at my job. My tool needs to be able to 'restart' apache on 3 different...
9
2723
by: Scott M | last post by:
I'm printing a directory of about 500 multi-page tifs to a high speed printer and the spooler process is killing me!!! here is a little code..... Public Function PrintImage(ByVal...
5
2563
by: joel_dizon | last post by:
Hi, I have an application to be run as Local System Account, it suppose to show a msgbox to the user but it doesnt show anything. I know that app run as system is not visible but is there any...
0
1146
by: SyGC | last post by:
Greetings All, Ive been able to initiate a system restart in my VB.NET application on a button click with the following code; Private Sub Button1_Click(ByVal sender As System.Object, ByVal...
0
7225
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7123
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
7046
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5627
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5053
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3194
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3182
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1557
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
766
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.