About 3,090,000 results
Open links in new tab
  1. DnSpy shipping malware? : r/dotnet - Reddit

    Jan 10, 2022 · DnSpy shipping malware? I downloaded dnspy as an alternative to ilspy, and virustotal lists the .zip as fine. I ran it, went to open an assembly, and it alerted errors, my …

  2. dnSpy showing strange disassembly code for async methods

    Dec 2, 2020 · dnSpy For the old dnSpy (which is archived as of now) there is no way to see it as normal code, instead you should check the View->Options->Decompiler->C#->Show hidden …

  3. dnSpy: how to start 32 bit version - Reverse Engineering Stack …

    Jan 3, 2021 · But I am unsure if the 32-bit version is included. I also cant find any information on flags or parameters dnspy is able to take. My question is if dnspy 32 bit is installed by using …

  4. [DnSpy] how do I compile while ignoring errors? : r/dotnet - Reddit

    Mar 7, 2021 · /r/frontend is a subreddit for front end web developers who want to move the web forward or want to learn how. If you're looking to find or share the latest and greatest tips, …

  5. dnSpy archived, anyone know why? : r/dotnet - Reddit

    It would appear that 0xd4d uploaded dnSpy (or the GitHub page?) to Archive.org around when it was archived on GitHub. I can't tell if this is the actual repository but it's certainly strange.

  6. How do I decompile a .NET EXE into readable C# source code?

    May 2, 2010 · I'm surprised no one has mentioned dnSpy. dnSpy is a debugger and .NET assembly editor. You can use it to edit and debug assemblies even if you don't have any …

  7. Dnspy: how to recompile with broken code that doesnt actually

    Jul 19, 2022 · Dnspy: how to recompile with broken code that doesnt actually affect anything? So im trying to edit a game assembly, Honorbound, with dnspy. Problem is to edit a certain part i …

  8. C# Decompiling: Some of methods are empty - Stack Overflow

    Mar 23, 2022 · I have only exe+dlls. CEF shows me: Portable .NET. I try to use dnSpy to decompiling and see methods empty with attribute like this // Token: 0x0600011D RID: 285 …

  9. .net - dnSpy Console does not show any output - Stack Overflow

    Jul 11, 2022 · at dnSpy_Console.Program.Main(String[] args) in D:\a\dnSpy\dnSpy\dnSpy\dnSpy.Console\Program.cs:line 65 The exception message was of …

  10. c# - Modify Compiled .Net Exe - Stack Overflow

    I have an application written in C# (without the source of course), that needs to be changed a little bit. For example, I need to stop a few lines of code that create an unnecessary menu. So I thin...