1
I have 2 dll’s and need to compare what differences between them, autauth.dll
and auth1.dll
.
I tried to compare it with PE explorer, but unsuccessfully, any idea how I do it?
1
I have 2 dll’s and need to compare what differences between them, autauth.dll
and auth1.dll
.
I tried to compare it with PE explorer, but unsuccessfully, any idea how I do it?
0
Hash both files to see if they are identical. To know if all the functions exported from the two Dlls are equal or to make comparisons of the functions, use the application "DLL export Viewer" link
Thanks for the help T.Flag the hash thing I already knew, but I really needed to know what the differences in functions! I will install and test the software you suggested :D
Browser other questions tagged dll
You are not signed in. Login or sign up in order to post.
You wonder if they’re identical?
– Daniel
Welcome, by the way - enjoy and do the tour to learn more about how the site works and see here what kind of questions are accepted. Oh, and the site is only in English - please edit your question and remove the English version... :)
– Daniel
Take a hash from the two, if the hash is the same, they are identical.
– Oralista de Sistemas