how can i see inside of a .dll file?

Discussion in 'other software & services' started by GUI_Tex, Feb 8, 2006.

Thread Status:
Not open for further replies.
  1. GUI_Tex

    GUI_Tex Registered Member

    Joined:
    Jan 14, 2006
    Posts:
    189
    I'm interesting in seeing the contents inside a .dll file correctly, is there such a tool? Can I write a .dll file?

    thanks ,gui
     
  2. WYBaugh

    WYBaugh Registered Member

    Joined:
    Jan 23, 2003
    Posts:
    122
    Location:
    Florida
    Hey GUI_Tex,

    You can search on google and download either a PE viewer or DLL viewer. Also you can hex edit the dll to see the actual contents where the viewers should show you the exposed functions of the dll.

    You can write dll's in various languages, Visual C++, PowerBASIC, C#.NET, VB, etc.

    You can also use the Dependancy Walker in Process Explorer from SysInternals.

    Bill
     
  3. GUI_Tex

    GUI_Tex Registered Member

    Joined:
    Jan 14, 2006
    Posts:
    189
    Ok.. thanks.

    I was previously looking inside a .dll with notepad++ but most characters were gargled, and also using resource hacker, and filealyzer. :D
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.