K
K
kandreym2020-05-26 06:27:01
C++ / C#
kandreym, 2020-05-26 06:27:01

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

2 answer(s)
V
Vladimir Korotenko, 2020-05-26
@kandreym

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\

D
Dasha Tsiklauri, 2020-05-26
@dasha_programmist

DotPeek try

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question