U
UmairKoraai
Guest
Hi everyone,
I am trying to decode a .dll file in to C++ file. I tried several ways but couldn't able to do it. I also tried these steps which were mentioned by someone, i.e.,
Hi,
I think you have downloaded the .NET Reflector & this FileGenerator plugin , If you do,
Open up the Reflector.exe,
Go to View and click Add-Ins,
In the Add-Ins window click Add...,
Then find the dll you have downloaded FileGenerator.dll (witch came wth the FileGenerator plugin),
Then close the Add-Ins window.
Go to File and click Open and choose the dll that you want to decompile,
After you have opend it, it will appear in the tree view,
Go to Tools and click Generate Files (Crtl+Shift+G),
select the output directory and select appropriate settings as your wish,
Click generate files.
Reply if success,
Thanks & Good luck!
By doing this, I get an error message as "ABC.dll' is not a .NET module. I will be very thankful if some one please help me to decode the .dll file in to the source codes. The source code has one C++ file and two header files.
Cheers,
Umair
Continue reading...
I am trying to decode a .dll file in to C++ file. I tried several ways but couldn't able to do it. I also tried these steps which were mentioned by someone, i.e.,
Hi,
I think you have downloaded the .NET Reflector & this FileGenerator plugin , If you do,
Open up the Reflector.exe,
Go to View and click Add-Ins,
In the Add-Ins window click Add...,
Then find the dll you have downloaded FileGenerator.dll (witch came wth the FileGenerator plugin),
Then close the Add-Ins window.
Go to File and click Open and choose the dll that you want to decompile,
After you have opend it, it will appear in the tree view,
Go to Tools and click Generate Files (Crtl+Shift+G),
select the output directory and select appropriate settings as your wish,
Click generate files.
Reply if success,
Thanks & Good luck!
By doing this, I get an error message as "ABC.dll' is not a .NET module. I will be very thankful if some one please help me to decode the .dll file in to the source codes. The source code has one C++ file and two header files.
Cheers,
Umair
Continue reading...