| View previous topic :: View next topic |
| Author |
Message |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sat Mar 29, 2003 2:10 pm Post subject: List running services |
|
|
I was sure I had seen a thread on how to list running services but I can't
find it either on this forum or on the archive.
Does anyone know how to list running services? _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Sat Mar 29, 2003 8:35 pm Post subject: |
|
|
Mac posted some code on something like this, but I don't think it was
specifically running services. Check down in the VDS 3 source code
section.
-Garrett _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sat Mar 29, 2003 11:22 pm Post subject: |
|
|
@LiquidCode & @Serge: I'm looking to find out how to list the running
services. A service is a program which is running in the background at
all times, even when a user is not logged on. I'm attempting to create a
utility which will allow the investigation of viruses and trojan horses and
help remove them from a system.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Sat Mar 29, 2003 11:58 pm Post subject: |
|
|
i assume that services don't show using winspy...if so, i have no idea...sorry!
i had an idea that vds5 supported services...or am i mistaken?
Serge _________________
|
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Sun Mar 30, 2003 12:56 am Post subject: |
|
|
Uh... if Mac posted anything about this, it was an accident - 'cause
he has no idea what (sevices?) ya'll are talking about...  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sun Mar 30, 2003 1:17 am Post subject: |
|
|
| Quote: | | The term "service" in Windows NT is used to denote both a special kind of Win32 process and Windows NT kernel-mode device drivers. |
It's a special kind of process.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Sun Mar 30, 2003 8:13 am Post subject: |
|
|
| Mac wrote: | Uh... if Mac posted anything about this, it was an accident - 'cause
he has no idea what (sevices?) ya'll are talking about...  |
You recently posted about picking up a list of running programs, or picking
up the programs from the running processes. But I am not sure what the
extent of that idea had reached yet.
-Garrett _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Sun Mar 30, 2003 8:17 am Post subject: |
|
|
BTW, if you're only looking to cover the Win9x systems, then disregard
anything you hear about NT, as the services in 95 can be any typical
exe, even VDS made exe's can be run as a service on 95 systems.
I can at least give you an idea how to get a list of programs that are
set to be run as services.
Check the registry for services list.
For services on NT.... Good Luck! It's a pain dealing with NT on this.
-Garrett _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Sun Mar 30, 2003 8:41 am Post subject: |
|
|
The program I posted:
http://www.vdsworld.com/forum/viewtopic.php?t=1347
uses @winlist(NCI) instead of just the default window name (title),
and some of the programs listed may be services. I also added a
second version that will attempt to close a selected program if ya
choose to.
Most folks would prolly be surprised at the stuff running that does
NOT show up with CTRL+ALT+DEL... _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Sun Mar 30, 2003 9:01 pm Post subject: |
|
|
| Mac wrote: | Most folks would prolly be surprised at the stuff running that does
NOT show up with CTRL+ALT+DEL... |
Ain't dat da tooth!!!
-Garrett _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
moke Contributor

Joined: 02 Jan 2002 Posts: 162
|
Posted: Wed Apr 09, 2003 5:23 pm Post subject: |
|
|
Hey FF,
Did you ever make any headway with listing NT services? I might be able to use that ability for the resurection of an old project.
Thanks
moke |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Wed Apr 09, 2003 6:18 pm Post subject: |
|
|
Hi All,
The only way I know of right now to do this is to use the Win32 API with Gadget. There are tons of VB examples that do this and can be converted to Gadget. _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Apr 09, 2003 6:57 pm Post subject: |
|
|
Hi moke,
Nope, never found a way but I'm still checking into it. I thought there was
an old DOS command that could do it.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|