Hi,
Introduction
*****************
I am writing a file system scanner ( similar to unvisus apps ), this require
me to 'check' each file on the file system, hence, I have to know the type of
executable being scanned regardless of it's extention.
The Problem:
*****************
Managed and 'COM service' executables have a COM+ directory,
How can I distingush managed apps from 'COM Service' apps?
Is there any signature/flags in the COM+ header specific to each?
Does the format of the COM+ header is similar for Managed apps and 'COM
Service' applications? if NOT, where could I find the COM+ header format
specifications for 'COM Services' ????

Signature
Nadav
http://www.ddevel.com
Nadav - 24 Nov 2004 14:27 GMT
I was mistaken, the PE i was looking at has a managed header...
> Hi,
>
[quoted text clipped - 12 lines]
> Service' applications? if NOT, where could I find the COM+ header format
> specifications for 'COM Services' ????