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