About 50 results
Open links in new tab
  1. How does decompiling work? - Stack Overflow

    Ilfak Guilfanov, the author of Hex-Rays Decompiler, gave a speech about the internal working of his decompiler at some con, and here is the white paper and a presentation. This describes a nice …

  2. decompiler - How do I decompile a .dll file? - Stack Overflow

    I have a .dll I would like to decompile to make some improvements to the code. What are some tools out there that will allow me to do this? It's written in VB, I believe.

  3. How to properly decompile c# dlls for debugging with Visual Studio …

    Sep 5, 2023 · With F12 I can view decompiled code. However, when I start debugging (F5) and try to step in (F11) into the dll, Visual Studio seams to debug a different version of the code.

  4. IntelliJ shows decompiled .class file instead of source code

    I am having issues with IntelliJ - it shows me a "decompiled" version of the class instead of its source code if I ctrl+click the class. This is what I see: I am trying to open regular JDK source ...

  5. How to decompile to java files intellij idea - Stack Overflow

    Feb 8, 2015 · Add the jar you want to decompile in libraries by clicking the + symbol. Go to the Project tool window shown on the left. Search for jar name that you added in the previous step. Navigate to …

  6. How do I "decompile" Java class files? - Stack Overflow

    It is not currently accepting new answers or interactions. What program can I use to decompile a class file? Will I actually get Java code, or is it just JVM assembly code? On Java performance questions …

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

    Oct 7, 2008 · Note that ILSpy includes a Visual Studio add-in. For ILSpy 2.4 I added the ability to navigate from your Visual Studio source code direct to the decompiled output. Unfortunately there …

  8. Why do some files show as Decompiled, SourceLink and Metadata?

    May 13, 2024 · Why is it that some files show decompiled while others show SourceLink? For example Microsoft.Extensions.DependencyInjection.JwtBearerExtensions shows decompiled. I noticed in the …

  9. Visual Studio 2019 F12 to decompiled source for .NET Core projects

    Nov 10, 2019 · I very often use the Visual Studio F12 to decompiled source feature. When I do this against framework classes in a .NET Core project I very often end up looking at some sort of …

  10. Can all applications be decompiled? - Stack Overflow

    Jun 17, 2011 · Possible Duplicate: What types of executables can be decompiled? It's pretty popular to decompile the Minecraft classes to edit and add your own mods. Is every Java application …