Chancer Posted February 2, 2015 Share Posted February 2, 2015 This may be a dumb question that highlights my shortage of programming skills - but I have to start somewhere :-)I want to understand what a DLL associated with a program I use is doing. Is there a simple program that will help me analyse it?Cheers Link to comment Share on other sites More sharing options...
knowledge-Spammer Posted February 2, 2015 Share Posted February 2, 2015 try PE Exploreor OLLYDBGthis may help https://www.youtube.com/watch?v=hvWph3Qy-1che my good friend Link to comment Share on other sites More sharing options...
rudrax Posted February 2, 2015 Share Posted February 2, 2015 ResHackerRestorator 2007 Link to comment Share on other sites More sharing options...
SnakeMasteR Posted February 2, 2015 Share Posted February 2, 2015 Wikipedia is your friend http://en.wikipedia.org/wiki/Dynamic-link_library Link to comment Share on other sites More sharing options...
Dodel Posted February 2, 2015 Share Posted February 2, 2015 This may be a dumb question that highlights my shortage of programming skills - but I have to start somewhere :-)I want to understand what a DLL associated with a program I use is doing. Is there a simple program that will help me analyse it?CheersI'll leave this here :- http://www.codeproject.com/Articles/36120/Understanding-DLLs-Building-them-and-Allowing-ExteHope you know asm ;) (ollydbg is your friend)Edit : Also analysing what a .dll IS, rather than how to decompile as Knowlegde is referencing (hence my asm programming reference) are two different questions.Edit edit : This edit makes me look like I edited this comment, to make me look as though I know what I'm talking about... I do kinda, but I got wasted ;) and lost in code.RegardsDodel. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.