SaaSHub helps you find the best software and product alternatives Learn more →
ILSpy Alternatives
Similar projects and alternatives to ILSpy
-
WordPress
WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
AssetStudio
Discontinued AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
-
-
regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
-
referencesource
Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
tigerbeetle
Discontinued A distributed financial accounting database designed for mission critical safety and performance. [Moved to: https://github.com/tigerbeetledb/tigerbeetle] (by coilhq)
-
-
-
-
-
-
minitest
minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
ILSpy discussion
ILSpy reviews and mentions
-
Rust takes forever to load
First, go grab this: https://github.com/icsharpcode/ILSpy. It's a decompiler that will break Rust down. Hope you like C#.
-
Found this exedecompiler.com website. Does anybody know it? Is it worth it?
If its a C#/.NET exe you can use ILSpy to get the source code https://github.com/icsharpcode/ILSpy
-
C# Testing Playgrounds for old versions?
Well, it might not be exactly what you're asking for, but ILSpy lets you choose what version of C# you wish to decompile an assembly to. This is great for learning how a specific feature used to be coded in C# prior to some new syntax/compiler feature being added.
- Regex Engine Internals as a Library
- How to make mods?
-
I made a DLL INteroreter that Allows the user to invoke methods with parameters in ANY DLL File
You will thoroughly enjoy this, then.
- Learning how to mod
-
The Rider IDE is able to disassemble C# code into High-level C#, Low-level C#, and IL. Is there a command line tool that can do this too, or is this proprietary?
I've only used their GUI frontend myself, but ILSpy is also available as a library and command line tool.
-
What does Realm.Fody do?
As you can see IL code is not exactly human readable, and it's also quite verbose. If you want to have an idea of how your code looks like in IL you can use a decompiler tool such as JustDecompile or ILSpy.
-
GDScript Export Mode usage for commercial or online games
Take a random piece of C# software, run it through ILSpy, and be amazed at the results.
-
A note from our sponsor - SaaSHub
www.saashub.com | 22 Apr 2025
Stats
icsharpcode/ILSpy is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of ILSpy is C#.