|
Identifying compiler version from .NET binary
Is there a way to figure out what C# compiler version (not the .NET runtime version but the compiler version) was used to compile a binary or any other way to figure out how to recompile a decompiled .NET binary so it matches closer to the original binary when run through a tool like JustAssembly?
|