Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. ILSpy - new .NET decompiler

ILSpy - new .NET decompiler

Scheduled Pinned Locked Moved The Lounge
announcementcsharpcollaboration
9 Posts 9 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Daniel Grunwald
    wrote on last edited by
    #1

    Maybe you remember: two weeks ago, when RedGate's announcement (Reflector will not be free anymore) was discussed in the lounge, I said that the SharpDevelop team would write an open-source decompiler. After having spent 99% of our spare time for two weeks (SharpDevelop doesn't have the luxury of any paid developers), we are proud to announce the release of ILSpy[^] 0.1. The decompiled code doesn't look too pretty so far, but I'm quite happy with the current state, considering the whole app was written in just two weeks in the spare time of two persons (David Srbecky and me). The next steps we'll take are type analysis (so that the decompiler can tell bools, ints and enums apart), and making the loop detection work better. But there are also lots of small tasks to do, both in the decompiler itself and in the GUI. As usual, patches are welcome :-D

    S R A L Mike HankeyM 8 Replies Last reply
    0
    • D Daniel Grunwald

      Maybe you remember: two weeks ago, when RedGate's announcement (Reflector will not be free anymore) was discussed in the lounge, I said that the SharpDevelop team would write an open-source decompiler. After having spent 99% of our spare time for two weeks (SharpDevelop doesn't have the luxury of any paid developers), we are proud to announce the release of ILSpy[^] 0.1. The decompiled code doesn't look too pretty so far, but I'm quite happy with the current state, considering the whole app was written in just two weeks in the spare time of two persons (David Srbecky and me). The next steps we'll take are type analysis (so that the decompiler can tell bools, ints and enums apart), and making the loop detection work better. But there are also lots of small tasks to do, both in the decompiler itself and in the GUI. As usual, patches are welcome :-D

      S Offline
      S Offline
      Super Lloyd
      wrote on last edited by
      #2

      Yeah, kudos to you! :)

      A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station.... _________________________________________________________ My programs never have bugs, they just develop random features.

      1 Reply Last reply
      0
      • D Daniel Grunwald

        Maybe you remember: two weeks ago, when RedGate's announcement (Reflector will not be free anymore) was discussed in the lounge, I said that the SharpDevelop team would write an open-source decompiler. After having spent 99% of our spare time for two weeks (SharpDevelop doesn't have the luxury of any paid developers), we are proud to announce the release of ILSpy[^] 0.1. The decompiled code doesn't look too pretty so far, but I'm quite happy with the current state, considering the whole app was written in just two weeks in the spare time of two persons (David Srbecky and me). The next steps we'll take are type analysis (so that the decompiler can tell bools, ints and enums apart), and making the loop detection work better. But there are also lots of small tasks to do, both in the decompiler itself and in the GUI. As usual, patches are welcome :-D

        R Offline
        R Offline
        Rutvik Dave
        wrote on last edited by
        #3

        Cool, Thanks for your efforts... :thumbsup:

        1 Reply Last reply
        0
        • D Daniel Grunwald

          Maybe you remember: two weeks ago, when RedGate's announcement (Reflector will not be free anymore) was discussed in the lounge, I said that the SharpDevelop team would write an open-source decompiler. After having spent 99% of our spare time for two weeks (SharpDevelop doesn't have the luxury of any paid developers), we are proud to announce the release of ILSpy[^] 0.1. The decompiled code doesn't look too pretty so far, but I'm quite happy with the current state, considering the whole app was written in just two weeks in the spare time of two persons (David Srbecky and me). The next steps we'll take are type analysis (so that the decompiler can tell bools, ints and enums apart), and making the loop detection work better. But there are also lots of small tasks to do, both in the decompiler itself and in the GUI. As usual, patches are welcome :-D

          A Offline
          A Offline
          AspDotNetDev
          wrote on last edited by
          #4

          Sweet! :thumbsup: Polish it enough and maybe one day we'll be happy to pay for it. Oh, wait...

          [WikiLeaks Cablegate Cables]

          1 Reply Last reply
          0
          • D Daniel Grunwald

            Maybe you remember: two weeks ago, when RedGate's announcement (Reflector will not be free anymore) was discussed in the lounge, I said that the SharpDevelop team would write an open-source decompiler. After having spent 99% of our spare time for two weeks (SharpDevelop doesn't have the luxury of any paid developers), we are proud to announce the release of ILSpy[^] 0.1. The decompiled code doesn't look too pretty so far, but I'm quite happy with the current state, considering the whole app was written in just two weeks in the spare time of two persons (David Srbecky and me). The next steps we'll take are type analysis (so that the decompiler can tell bools, ints and enums apart), and making the loop detection work better. But there are also lots of small tasks to do, both in the decompiler itself and in the GUI. As usual, patches are welcome :-D

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            Daniel Grunwald wrote:

            when RedGate's announcement (Reflector will not be free anymore)

            Oh wow what a surprise..... No one could ever see that coming.... So good for you! Hope you make a success of it!

            Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Individuality is fine, as long as we do it together - F. Burns

            1 Reply Last reply
            0
            • D Daniel Grunwald

              Maybe you remember: two weeks ago, when RedGate's announcement (Reflector will not be free anymore) was discussed in the lounge, I said that the SharpDevelop team would write an open-source decompiler. After having spent 99% of our spare time for two weeks (SharpDevelop doesn't have the luxury of any paid developers), we are proud to announce the release of ILSpy[^] 0.1. The decompiled code doesn't look too pretty so far, but I'm quite happy with the current state, considering the whole app was written in just two weeks in the spare time of two persons (David Srbecky and me). The next steps we'll take are type analysis (so that the decompiler can tell bools, ints and enums apart), and making the loop detection work better. But there are also lots of small tasks to do, both in the decompiler itself and in the GUI. As usual, patches are welcome :-D

              Mike HankeyM Offline
              Mike HankeyM Offline
              Mike Hankey
              wrote on last edited by
              #6

              Very nice...Cudos

              Even a blind squirrel gets a nut occasionally. http://www.hq4thmarinescomm.com[^] [My Site]

              1 Reply Last reply
              0
              • D Daniel Grunwald

                Maybe you remember: two weeks ago, when RedGate's announcement (Reflector will not be free anymore) was discussed in the lounge, I said that the SharpDevelop team would write an open-source decompiler. After having spent 99% of our spare time for two weeks (SharpDevelop doesn't have the luxury of any paid developers), we are proud to announce the release of ILSpy[^] 0.1. The decompiled code doesn't look too pretty so far, but I'm quite happy with the current state, considering the whole app was written in just two weeks in the spare time of two persons (David Srbecky and me). The next steps we'll take are type analysis (so that the decompiler can tell bools, ints and enums apart), and making the loop detection work better. But there are also lots of small tasks to do, both in the decompiler itself and in the GUI. As usual, patches are welcome :-D

                T Offline
                T Offline
                TheCardinal
                wrote on last edited by
                #7

                :thumbsup:

                Life - Dreams = Job TheCardinal BenPOS Systems

                1 Reply Last reply
                0
                • D Daniel Grunwald

                  Maybe you remember: two weeks ago, when RedGate's announcement (Reflector will not be free anymore) was discussed in the lounge, I said that the SharpDevelop team would write an open-source decompiler. After having spent 99% of our spare time for two weeks (SharpDevelop doesn't have the luxury of any paid developers), we are proud to announce the release of ILSpy[^] 0.1. The decompiled code doesn't look too pretty so far, but I'm quite happy with the current state, considering the whole app was written in just two weeks in the spare time of two persons (David Srbecky and me). The next steps we'll take are type analysis (so that the decompiler can tell bools, ints and enums apart), and making the loop detection work better. But there are also lots of small tasks to do, both in the decompiler itself and in the GUI. As usual, patches are welcome :-D

                  P Offline
                  P Offline
                  Pete OHanlon
                  wrote on last edited by
                  #8

                  Well done. That's fantastic. Have you checked out what the Mono team have produced?

                  I'm not a stalker, I just know things. Oh by the way, you're out of milk.

                  Forgive your enemies - it messes with their heads

                  My blog | My articles | MoXAML PowerToys | Onyx

                  1 Reply Last reply
                  0
                  • D Daniel Grunwald

                    Maybe you remember: two weeks ago, when RedGate's announcement (Reflector will not be free anymore) was discussed in the lounge, I said that the SharpDevelop team would write an open-source decompiler. After having spent 99% of our spare time for two weeks (SharpDevelop doesn't have the luxury of any paid developers), we are proud to announce the release of ILSpy[^] 0.1. The decompiled code doesn't look too pretty so far, but I'm quite happy with the current state, considering the whole app was written in just two weeks in the spare time of two persons (David Srbecky and me). The next steps we'll take are type analysis (so that the decompiler can tell bools, ints and enums apart), and making the loop detection work better. But there are also lots of small tasks to do, both in the decompiler itself and in the GUI. As usual, patches are welcome :-D

                    N Offline
                    N Offline
                    NormDroid
                    wrote on last edited by
                    #9

                    Excellent :thumbsup: Daniel I'm interested in helping out, email me with contact details if your require another body to help you guys. Norm

                    Software Kinetics - The home of good software

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups