When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. .NET Reflector - Wikipedia

    en.wikipedia.org/wiki/.NET_Reflector

    .NET Reflector is a class browser, decompiler and static analyzer for software created with .NET Framework, originally written by Lutz Roeder. MSDN Magazine named it as one of the Ten Must-Have utilities for developers, [1] and Scott Hanselman listed it as part of his "Big Ten Life and Work-Changing Utilities".

  3. Category:Decompilers - Wikipedia

    en.wikipedia.org/wiki/Category:Decompilers

    Decompiler..NET Reflector This page was last edited on 5 January 2018, at 15:12 (UTC). Text is available under the Creative Commons ...

  4. Decompiler - Wikipedia

    en.wikipedia.org/wiki/Decompiler

    A decompiler is a computer program that translates an executable file back into high-level source code. Unlike a compiler , which converts high-level code into machine code, a decompiler performs the reverse process.

  5. Disassembler - Wikipedia

    en.wikipedia.org/wiki/Disassembler

    A disassembler differs from a decompiler, which targets a high-level language rather than an assembly language. Assembly language source code generally permits the use of constants and programmer comments. These are usually removed from the assembled machine code by the assembler. If so, a disassembler operating on the machine code would ...

  6. Category:Disassemblers - Wikipedia

    en.wikipedia.org/wiki/Category:Disassemblers

    A disassembler differs from a decompiler, which targets a high level language rather than assembly language. Disassembly, the output of a disassembler, is often formatted for human-readability rather than suitability for input to an assembler, making it principally a reverse-engineering tool.

  7. Talk:Decompiler - Wikipedia

    en.wikipedia.org/wiki/Talk:Decompiler

    I think you should also add some information about Resource Editors, because it's a kind of decompiler - it's allows to change the code of a compiled software, althogh the developer might block the access to the code using this type of softwares, so the only thing that will appear is some of the file properties and maybe a Manifest file if was ...

  8. Talk:.NET Reflector - Wikipedia

    en.wikipedia.org/wiki/Talk:.NET_Reflector

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us

  9. Common Intermediate Language - Wikipedia

    en.wikipedia.org/wiki/Common_Intermediate_Language

    During compilation of CLI programming languages, the source code is translated into CIL code rather than into platform- or processor-specific object code.CIL is a CPU- and platform-independent instruction set that can be executed in any environment supporting the Common Language Infrastructure, such as the .NET runtime on Windows, or the cross-platform Mono runtime.