Answer the question
In order to leave comments, you need to log in
There is a client-server application, it is working, but the source code is lost. And I want to use the application to return the source code. Is this possible?
The problem is that there is an application, but there is no source code for it. Is there any way to recover the code? This is a client-server application written in c#
Answer the question
In order to leave comments, you need to log in
This class of programs is called decompilers, here is one of the best
https://www.jetbrains.com/ru-ru/decompiler/
The code is really obtained with varying degrees of clarity.
True, before decompiling, open the file in the viewer in TotalCommander F3.
Find your assembly name.pdb and see the full path will be something like v:\projects\evotor\service\bin\debug\your assembly name.pdb
And look for sources in this folder v:\projects\evotor\service\
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question