I have 2 dll's and I need to compare what differences between them, autauth.dll
and auth1.dll
.
I tried to compare with PE explorer , but without success, any idea how to do it?
I have 2 dll's and I need to compare what differences between them, autauth.dll
and auth1.dll
.
I tried to compare with PE explorer , but without success, any idea how to do it?
Hash the two files to see if they are identical. To find out if all the exported functions of the two DLLs are the same or to make comparisons of the functions, use the "DLL export Viewer" application link