在C:\Windows\System32\目录下有个t2embed.dll,据调查,这个DLL的导出函数很有可能与自造字程序有关,本人希望能够拿到这个DLL的导出函数的调用语法,不论VC++的,还是VB的,都没问题。

解决方案 »

  1.   

    有个人肯定知道--写这个DLL的人
      

  2.   

    .text:73C53C67 ; int __stdcall TTCharToUnicode(HDC, LPCSTR lpMultiByteStr, int cchMultiByte, LPWSTR lpWideCharStr, int cchWideChar, int)
    .text:73C53C67                 public TTCharToUnicode
    .text:73C53C67 TTCharToUnicode proc near
    .text:73C53C67 ; int __stdcall TTCharToUnicode(HDC, LPCSTR lpMultiByteStr, int cchMultiByte, LPWSTR lpWideCharStr, int cchWideChar, int)
    .text:73C53C67                 public TTCharToUnicode
    .text:73C53C67 TTCharToUnicode proc near.text:73C549AB ; int __stdcall TTDeleteEmbeddedFont(LPVOID lpMem, int, int)
    .text:73C549AB                 public _TTDeleteEmbeddedFont@12
    .text:73C549AB _TTDeleteEmbeddedFont@12 proc near是这样的信息吗?
    不知道ida是怎么办到的,我贴的是ida的信息不过你知道他的输出函数的函数名和参数名,参数类型也没有用,我觉得他里面用了类,但是没找到类信息,vb也引用不了他.兄弟把分都给我,嘿嘿
      

  3.   

    ida是神马东东??能告诉我吗?
      

  4.   

    IDA就是一种调试器,类似的什么SOFTICE,TRW2000,WINDBG,OllyDbg都是,有调试驱动的,应用程序的,有DOS版本的,WIN95,98的...
    知道cmd下的debug不?...