
Signature
Jack Of All Trades, Master Of How Many?
> I'm looking for a way to programmtically identify if an executable image
> is
[quoted text clipped - 6 lines]
> the
> straight C call or any help. Thanks!
Check the docs for GetBinaryType()
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/getbi
narytype.asp
Regards,
Will
HR - 10 Mar 2006 07:22 GMT
This works great for executables. Thanks for the pointer. Is there a similar
call to use on .dll files? dumpbin /header works on both .exe and .dll
files, so there must be a way!
Thanks.
HR
> > I'm looking for a way to programmtically identify if an executable image
> > is
[quoted text clipped - 13 lines]
> Regards,
> Will