Are we looking at the original code in a Disassembler or reverse engineered CIL?

StackOverflow https://stackoverflow.com/questions/8423214

  •  29-10-2019
  •  | 
  •  

Вопрос

Take ILSPy. When I view my assembly am I looking at my original C#? Or, is this code reconstructed from CIL using some type of reverse engineering process?

My understanding is that release assemblies do not include any original code, just CIL. So, does it make a difference if I build my assembly in release mode?

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top