Hi, Dears
is anybody to guide me,how we can decompile of "exe" to get actual source of complete project?
Hi, Dears
is anybody to guide me,how we can decompile of "exe" to get actual source of complete project?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pasang TamangPosted Feb 3, 2023, 1:18 PM
Hi Javed,
You can try dotPeek by Resharper. It does not give 100% as in actual source code but it decompile working code. I have been using this tool for many years. You can check below link
https://www.jetbrains.com/decompiler/
Regards,
Pasang
Naimish MakwanaPosted Feb 3, 2023, 11:30 AM
Hello Javed,
Please refer below link.
You can use ILSpy it is the open-source .NET assembly browser and decompiler.
https://apps.microsoft.com/store/detail/ilspy/9MXFBKFVSQ13?hl=en-in&gl=in&rtc=1
Or check https://stackoverflow.com/a/273248/3054222
Thanks
Naimish