Исходный код вики Обратная инженерия (Декомпиляция)
Редактировал(а) Alexandr Fokin 2023/02/02 19:52
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | |(% style="width:256px" %) |(% style="width:1238px" %)((( | ||
2 | (% style="width:290px" %) | ||
3 | |(% style="width:287px" %)Ildasm.exe (Assembly -> IL) | ||
4 | |(% style="width:287px" %)Ilasm.exe (IL -> Assembly) | ||
5 | ))) | ||
6 | |(% style="width:256px" %).NET Reflector|(% style="width:1238px" %) | ||
7 | |(% style="width:256px" %)ILSpy|(% style="width:1238px" %) | ||
8 | |(% style="width:256px" %)JetBrains dotPeek|(% style="width:1238px" %) | ||
9 | |(% style="width:256px" %)dnSpy|(% style="width:1238px" %) | ||
10 | |||
11 | ---- | ||
12 | |||
13 | **Ссылки:** | ||
14 | |||
15 | Руководство по MSIL | ||
16 | [[https:~~/~~/metanit.com/sharp/msil/>>https://metanit.com/sharp/msil/]] | ||
17 | |||
18 | Understanding compiler-generated type in dotPeek decompiled code | ||
19 | https://stackoverflow.com/questions/15915359/understanding-compiler-generated-type-in-dotpeek-decompiled-code | ||
20 | |||
21 | Generate PDB from .NET DLL file? | ||
22 | https://stackoverflow.com/questions/2859226/generate-pdb-from-net-dll-file |