I recently scripted something in Microsoft Visual C++ Express, and I saved it as a .dll file. When I changed computers, I only got the .dll file recovered.
I now need to change something in the code. I need to know what I use to decompile the .dll. I know it is possible, with .NET, but I haven't been able to figure it out.
Related posts:

2 responses so far ↓
1 teh-brown-kid // Mar 16, 2009
decompiling a dll isn't eazy, they are programs out there, just google them, but these decompilers don't give the source codes, only adresses
2 suresh // Mar 16, 2009
use .net reflector http://www.red-gate.com/products/reflector/
more details here http://aspnet.4guysfromrolla.com/articles/080404-1.aspx
Leave a Comment