Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detect application type
Message
From
28/05/2005 14:32:48
 
 
To
28/05/2005 04:37:10
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01018345
Message ID:
01018386
Views:
9
>Hi,
>Is it possible to determine an external appliation type?
>For example,
>1. given a .DLL file, able to know is it a COM DLL or .NET assembly file.
>2. given a .EXE file, able to know is it a standalone EXE or COM EXE.
>3. given a .EXE file, able to know the proxy functions, class and classlibrary available.
>
>Thank you


Hi John,

I think you are looking for a real big problem :-)

Just for the starter.
- Get a real good books about Internal Windows System.
- Get PE documentation at MSDN, and from google.
- Get as many tools and source code samples as you can. Such as PE Explorer, PEDump, PE...blah. Also get Dependency Walker at MSDN for the supplement tools. I think I saw a dump file on the UT download area
- Learn the structure characteristic for each file.
- and so on...

Have a good time and a real good luck!
Regards
Herman
Previous
Reply
Map
View

Click here to load this message in the networking platform