Results 1 to 4 of 4

Thread: Describe .NET decompiler

  1. #1
    Join Date
    Nov 2009
    Posts
    67

    Describe .NET decompiler

    I recently realised something called as a .NET decompiler exists. I am a new learner of .NET technology. I want do know the functionality of .NET decompiler. What exactly is a .NET decompiler? I am not that well versed with .Net framework yet. I have initially used Java. Help please.

  2. #2
    Join Date
    Nov 2009
    Posts
    67

    Re: Describe .NET decompiler

    Even I was somewhat static when I first got my hands on .Net programming. But then after a few days I was very much at ease with .Net technology. .Net decompilers basically inputs an executable file, .exe or dll file (in case of .Net) and processes it to throughput compilable source file. Thus making the file easy to understand.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Describe .NET decompiler

    A decompiler in general performs the reverse action to what the compiler performs. The main function of a .Net Decompiler is to translate an executable file. The .Net assemblies are converted to optimized source code from the binay format by the .Net decompilers. One of the very useful .Net decompiler is the Salamander .Net decompiler.
    Last edited by Katty; 17-11-2009 at 05:08 AM.

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    Re: Describe .NET decompiler

    The .Net decompilar takes files from the Intermediate Language(IL). These files are executable files i.e .EXE or DLL files, and then translates them into the required source file of hight level. Hence the input to the decompiler is an executable file and the output is source code file. .Net and Java Decompilers are similar to each other.

Similar Threads

  1. Describe Customer relationship management
    By FuzzyLunkun in forum Education Career and Job Discussions
    Replies: 6
    Last Post: 13-11-2012, 06:15 PM
  2. Describe Value Added Tax
    By adorée in forum Education Career and Job Discussions
    Replies: 3
    Last Post: 18-11-2010, 10:54 PM
  3. A Good Decompiler for C++
    By Darpak in forum Software Development
    Replies: 3
    Last Post: 11-09-2009, 07:42 PM
  4. How you will describe about What are Web Services
    By Corona in forum Technology & Internet
    Replies: 3
    Last Post: 04-08-2009, 02:30 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,274,530.46300 seconds with 16 queries