Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to compare two DLL's

Status
Not open for further replies.

mhamini

Member level 1
Joined
Aug 23, 2005
Messages
40
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
Iran-Tehran
Activity points
1,690
compare two dlls

I need to know if their is any changes between two .DLL files (with the same name but without version...).
I can't compare by the 'time stamp' because always that i compile the dlls, it will change
 

how to compare dlls

you can use hex editor for that. You can try HexWorkshop. It has a trial version http://www.hexworkshop.com/. Or, if you want more features, you can use disassembler to compare the internals, if you know what "interfaces" changes (i.e. exported functions) within those DLLs. You might want to try the best disassembler I've ever known: IDA Pro. There's a freeware version at http://www.dirfile.com/ida_pro_freeware_version.htm. But, beware that it's not so easy to use IDA Pro. It's advanced tools. Only for expert.
 

    mhamini

    Points: 2
    Helpful Answer Positive Rating
compare 2 dll

Problem is well known as ‚DLL-Hell’ and isn’t so simple.
Please read follow links, maby that can help You:

hat is DLL Hell?
http://www.ssw.com.au/SSW/Database/DLLHell.aspx

DLL Hell
**broken link removed**

Escape from DLL Hell with Custom Debugging and Instrumentation Tools and Utilities
http://msdn.microsoft.com/msdnmag/issues/02/06/debug/default.aspx

Simplifying Deployment and Solving DLL Hell with the .NET Framework
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/dplywithnet.asp


Tihi 8)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top