SaaSHub helps you find the best software and product alternatives Learn more →
dnSpy Alternatives
Similar projects and alternatives to dnSpy
-
ASP.NET Core
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
AssetStudio
Discontinued AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
-
WaveFunctionCollapse
Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics
-
referencesource
Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
-
-
eShopOnContainers
Discontinued Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
-
ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
-
-
-
-
-
-
-
-
-
dnSpy discussion
dnSpy reviews and mentions
-
Unity Game Hacking - Calling FindObjectsOfType in C++
To do that we need to have a look in DnSPy to see where it is defined at. If you look at "UnityEngine.CoreModule", you will see a class Called "Object".
-
Crashing when loading up save
Protip: Use a debugger like dnSpy or Visual studio to trace the source of error, by stepping the program line by line. You can restart with dnSpy attached.
-
Me and my friend were messing around in the public test when we found items like "odins cape" and "odins hood", but anytime we tried to equip them this message popped up. Is paid DLC coming to valheim?
Download dnSpy, Open the file "assembly_valheim.dll", Select view and then Assembly Explorer, search for DLCMan class (if you have trouble there is a search tool in the top bar, doing so you'll find the whole class), went to the correct lines (50, 79, 97 even if for me it was actually 98), right click on edit method/class (might be better to use method) and change the " return false; " to " return true; ". After the process compile again and there you have it.
- How to make mods?
-
Simple mod to disable pausing
To inspect the code, I recommend dnSpy. https://github.com/dnSpy/dnSpy You want to run it on the Assembly-CSharp.dll file from _Data/Managed. Then you can view the source code. I searched the entire project for the word "pause" until I found something that looked relevant. Luckily, the code for this game is pretty well written and well laid out.
- Learning how to mod
-
Stop-Computer @ specific time
It's dnSpy.
-
Heisting 20M Dollars' Worth of Magic: The Gathering Cards in a Single Request
Great question! The tool I used, DNSpy, has the ability to patch in opcodes. So I just put in the instructions needed as essentially assembly, and I did so by just writing bytes into the existing executable. The two I used were ldc.i4 to put an integer onto the stack, and then mul to multiply it with the existing value.
-
Is it possible to use GHIDRA to decode .NET ? (1 lvl crackmes with solution, but not in GHIDRA)
.NET is super easy to reverse, you don't need Ghidra, go try dnSpy, that should do the trick.
- [Valheim] Remplacer la touche Z (débogage fly) par une autre clé
-
A note from our sponsor - SaaSHub
www.saashub.com | 4 Dec 2024
Stats
The primary programming language of dnSpy is C#.