
Hide DLL Exports as MFC42.dll
hi david
I just want to hide my dll's function export as mfc42.dll did.
I know how to do that now:
export map file and then edit the def file as:
EXPORTS
thank you.
Quote:
> Exactly what are you saying? I can open MFC42.dll with Depends.exe
> (Dependency Walker) and it will show me the ordinal value of all of the
> exported functions. I suppose you are wanting the name. If so, open
> MFC42D.dll instead.
> > I found that some dll files hide their dll export ,such as MFC42.dll,we
> can
> > not view these dll files's function with Dependency Walker.
> > Anyone know how to do that?
> > Thanks.
> > R.Z