Hide DLL Exports as MFC42.dll 
Author Message
 Hide DLL Exports as MFC42.dll

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



Sat, 29 Nov 2003 10:29:14 GMT  
 Hide DLL Exports as MFC42.dll
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.


Quote:
> 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



Sat, 29 Nov 2003 11:21:33 GMT  
 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



Sat, 29 Nov 2003 11:41:26 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. MFC42.dll and MFC42.dll

2. msvcrt.dll mfc42.dll mfco42.dll

3. missing export in mfc42.dll

4. Link to missing export MFC42.DLL:6571

5. The exe file is linked to missing export MFC42.DLL:6625

6. missing export MFC42.DLL

7. missing export MFC42.DLL : 6569 ??????????

8. missing export MFC42.DLL

9. File Associations and DEVSHL.DLL and MFC42.DLL

10. MFC42U.DLL and MFC42.DLL

11. msvcrt.dll and mfc42.dll

12. MSDEV invalid page faults in RCDLL.DLL and MFC42.DLL

 

 
Powered by phpBB® Forum Software