473,662 Members | 2,693 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 2591
"Vic.Dong" <do******@drm.n et.cn> wrote in message
news:%2******** ********@TK2MSF TNGP05.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.n et.cn> wrote in message
news:%2******** ********@TK2MSF TNGP05.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...\RU N" setting, but it maybe be deleted by
someone.
B.R.

VIC
"William DePalo [MVP VC++]" <wi***********@ mvps.org> дÈëÏûÏ¢ÐÂÎÅ:%2 *************** *@TK2MSFTNGP02. phx.gbl...
"Vic.Dong" <do******@drm.n et.cn> wrote in message
news:%2******** ********@TK2MSF TNGP05.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.n et.cn> wrote in message
news:%2******** ********@TK2MSF TNGP03.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...\RU N" setting, but it maybe be deleted by
someone.


Can you open the file exclusive access and with the
FILE_FLAG_DELET E_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.c om...
"Scherbina Vladimir" <vl************ ****@gmail.com> wrote:

Why exactly to services.exe? Try documented approach - winlogon
notificatio n
packages - it will allow you to create your own dll that will handle
winlogon.ex e 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
3164
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 i will get solution this time. Any help would be appreciated. Now we are building dynamic websites. The Operating system that we have is Windows 2000(not Advanced server not Profession), it just says
5
6200
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
1689
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 is fine) and whether it's running or not Am I way of a target? Will appreciate ay idea Thank
2
4578
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 Here's the scenario: 1. .NET Windows Client on a remote machine makes a web service call to update tables on a Web Server running SQL Server 2000. 2. The Update is updating about 1000 - 3000 records doing simple update statements like "Update...
7
4788
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") When I try to do it, I get this error: System.UnauthorizedAccessException: Access to the path
3
1561
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 servers being that it is a cluster. I have a shell script that I write that uses 'ssh' to accomplish this
9
2724
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 SourceFile As String) As Boolean Try
5
2570
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 other way to show something? Thanks in advance.
0
1159
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 e As System.EventArgs) Handles Button1.Click System.Diagnostics.Process.Start("Shutdown", "/r") End Sub
0
8857
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8768
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8547
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8633
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7368
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5655
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4181
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2763
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 we have to send another system
2
1754
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.