About 5,960,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  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 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.

  5. Newest 'dnspy' Questions - Stack Overflow

    Jan 4, 2019 · 0answers 2kviews dnSpy: What do included reference assemblies affect? I'm modifying a DLL through dnSpy, and said modification required a reference assembly in order …

  6. [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, …

  7. 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 …

  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. 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 …

  10. c# - Compare compiled .NET assemblies? - Stack Overflow

    Mar 16, 2009 · The tool NDepend offers many features to compare compiled .NET assemblies. First from the NDepend Start Page click: Compare 2 versions of a code base. This will let you …