Does anyone know a way to execute .NET precompiled assemblies without the original assemblies? To my knowledge, there isn't any. Simple reason: the precompiled assemblies don't have metadata. Thinstall.com seems to have a solution for this. However, I wonder if anyone out there could share their findings.
H
harrison ne
@harrison ne
Posts
-
.NET precompiled assembly -
.NET precompiled assembliesDoes anyone know a way to execute .NET precompiled assemblies without the original assemblies? To my knowledge, there isn't any. However, I just don't understand the rationality behind this.