There is a program, presumably, in C #. How to view its source?
4 answers
Disassembler .NET assemblies: Reflector .
|
- Reflector
- dotPeek
- Dis #
- Salamander .NET Decompiler
|
After a lot of time, but suddenly someone else will come in handy:
Both are free, open source.
|
You can look intermediate code. (With the condition that it was not encrypted). Those. the technology itself is: 1. The code is written in c # 2. It is converted to an intermediate one, which then, in turn, passes into 10001001001110010, etc. ))) It's quite possible to look at the intermediate code without encryption :) But I will not suggest how to do this. He just got caught a long time on this crap. As a developer, it was extremely unpleasant for me ....
|