johnlopez2000
Programmer
I am doing an MD5SUM on 2 DLLs. They are both supposedly from the same source code.
I am charged to determine if the binary of the delivered DLL is equivalent with the source included also.
I copied the original DLL to xUtils_orig.dll
I compiled a new DLL from the above source: xUtils.dll
I did: md5sum *.dll
The MD5 checksums are different.
Does that mean that they are different in that they were from different versions of source code, or is there a digital signature in a DLL that is used in the registry and is generated afresh when a new compile happens, thereby making the checksum of the files different even though the same source was used to create both.
Thanks for you help.
John Lopez
Enterprise PDM Architect
john.l.lopez@goodrich.com
I am charged to determine if the binary of the delivered DLL is equivalent with the source included also.
I copied the original DLL to xUtils_orig.dll
I compiled a new DLL from the above source: xUtils.dll
I did: md5sum *.dll
The MD5 checksums are different.
Does that mean that they are different in that they were from different versions of source code, or is there a digital signature in a DLL that is used in the registry and is generated afresh when a new compile happens, thereby making the checksum of the files different even though the same source was used to create both.
Thanks for you help.
John Lopez
Enterprise PDM Architect
john.l.lopez@goodrich.com