.NET precompiled assembly
.NET (Core and Framework)
1
Posts
1
Posters
1
Views
1
Watching
-
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.