Gt.SubProcess VS ILRepack

Compare Gt.SubProcess vs ILRepack and see what are their differences.

Gt.SubProcess

A library to run sub-processes on .net (by GeneThomas)

ILRepack

Open-source alternative to ILMerge (by gluck)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Gt.SubProcess ILRepack
- 3
33 1,088
- -
0.0 9.2
over 6 years ago 3 days ago
C# C#
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Gt.SubProcess

Posts with mentions or reviews of Gt.SubProcess. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning Gt.SubProcess yet.
Tracking mentions began in Dec 2020.

ILRepack

Posts with mentions or reviews of ILRepack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-14.
  • .net framework single file
    1 project | /r/csharp | 14 Mar 2022
    ILRepack might be what you're looking for: https://github.com/gluck/il-repack
  • Assembly.Load alternative?
    4 projects | /r/dotnet | 14 Dec 2021
    Combine applications by merging IL, not by storing it in resources. (il-merge, il-repack and unknown to me 'libz', or write your own merger using Mono.Cecil or dnLib)
  • Is there any internal command line parser in dotnet
    3 projects | /r/dotnet | 7 Jun 2021
    Depending on which version of .NET you're building with, there are various tools to allow you to statically link all of your assemblies into one executable. Examples are ILMerge for .NET Framework and ILRepack for .NET Core.

What are some alternatives?

When comparing Gt.SubProcess and ILRepack you can also consider the following projects:

dnSpy

ILMerge - ILMerge is a static linker for .NET Assemblies.

Fody - Extensible tool for weaving .net assemblies

Aspect Injector - AOP framework for .NET (c#, vb, etc)

Mono.Cecil - Cecil is a library to inspect, modify and create .NET programs and libraries.