0
0
I have the following additional questions:
1. Will reflector create the code exactly as the real source code is or is it a close approximation?
2. What software would you recommend to compare the source code that is generated from reflector versus the code the contract shop actually gave to my company?
0
first download reflector for dot net and after it fallow these steps
1-Install reflector
2-Select Your dot net version.
3-File-> Open, select your dll
4-In the node tree, right click on the function you want to see "Disassemble"
5-your found Disassamble code.