A
A
alekseyizmaylov2018-08-20 22:34:56
C++ / C#
alekseyizmaylov, 2018-08-20 22:34:56

How to decompile a C# program?

Good evening everyone, please tell me how to solve one problem I
made a window application in C # under windows for calculations,
now it became necessary to make changes, but the source codes were not saved,
can I somehow translate it back so that I can edit the code?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
G
GavriKos, 2018-08-20
@alekseyizmaylov

It's easy to google once you get started:
https://www.jetbrains.com/decompiler/

G
gosha-z, 2018-08-20
@gosha-z

ILSpy

D
Dmitry Bystrov, 2018-08-21
@Teshuhack

dnSpy

R
Roman, 2018-08-21
@yarosroman

To get the source project, fix it and rebuild, you have to tinker, there are no such tools, but to get the source code of the assembly, please. Yes, the compiler.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question