We were using a product from a seller who was provided to us as DLL. Now we are taking the source code of that vendor product. Our main application depends on the vendors who provide DLL. We want to make sure that the source code given to us is similar to DLL which we are using. Otherwise it can break our code and this can take us a long time. Anyone can suggest that a tool or the way we can compare the source code with DLL.
One way is that we can compile and publish the DLL and then compare the DLL, but as a huge task there are many aspx and html pages included in the original product. There are packages. We are looking for a quick and clean way to do the job.
Any help would be greatly appreciated Thanks
The only good way for me That is to provide the seller with a compilation environment as well as source code (for example, using a virtual machine).
Modifying the source again, after that, is the only good way to compare DLLs.
No comments:
Post a Comment