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. Web Development
  3. ASP.NET
  4. Reg:decompile dll's

Reg:decompile dll's

Scheduled Pinned Locked Moved ASP.NET
csharpquestiondatabase
8 Posts 3 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.
  • K Offline
    K Offline
    Karan_TN
    wrote on last edited by
    #1

    my c#.net projects are in 2.0/3.5 framework. Now i need to convert it to 4.0 framework. also i need to remove vulnerabilities (sql injection,XSS etc). So my question is, do i need to remove vulnerabilities for my solution files (OR) need to decompile and remove vulnerabilities for each dll??

    L 1 Reply Last reply
    0
    • K Karan_TN

      my c#.net projects are in 2.0/3.5 framework. Now i need to convert it to 4.0 framework. also i need to remove vulnerabilities (sql injection,XSS etc). So my question is, do i need to remove vulnerabilities for my solution files (OR) need to decompile and remove vulnerabilities for each dll??

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

      You need to fix your source code and rebuild your project(s).

      K 1 Reply Last reply
      0
      • L Lost User

        You need to fix your source code and rebuild your project(s).

        K Offline
        K Offline
        Karan_TN
        wrote on last edited by
        #3

        Yes. I got that. but my question is about the existing DLL's. Two scenarios(questions): 1. If i have source code for dll, i can do it. but is that necessary? 2. If i dont have source code for dll, then do i need to decompile it (like using dotpeek software) and do modification and again compile it?

        Richard DeemingR L 2 Replies Last reply
        0
        • K Karan_TN

          Yes. I got that. but my question is about the existing DLL's. Two scenarios(questions): 1. If i have source code for dll, i can do it. but is that necessary? 2. If i dont have source code for dll, then do i need to decompile it (like using dotpeek software) and do modification and again compile it?

          Richard DeemingR Offline
          Richard DeemingR Offline
          Richard Deeming
          wrote on last edited by
          #4

          1. Yes 2. Yes Why would you not have the source code to assemblies that you have written?


          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

          "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

          K 1 Reply Last reply
          0
          • K Karan_TN

            Yes. I got that. but my question is about the existing DLL's. Two scenarios(questions): 1. If i have source code for dll, i can do it. but is that necessary? 2. If i dont have source code for dll, then do i need to decompile it (like using dotpeek software) and do modification and again compile it?

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

            1. Yes, of course it is necessary. The DLL should be in sync with the source code. 2. Why do you not have the source code? Do you use a proper source control system to protect your applications?

            K 1 Reply Last reply
            0
            • Richard DeemingR Richard Deeming

              1. Yes 2. Yes Why would you not have the source code to assemblies that you have written?


              "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

              K Offline
              K Offline
              Karan_TN
              wrote on last edited by
              #6

              Its maintenance project developed few years back. Guys who developed this project are not here. so we dont have backup source code of each dll's :( Now our ultimate aim is to remove vulnerabilities from our application & pass through server security scan. We thought to do only for main project. But now from this conversation we came to know that we need to decompile all dll's and need to work.

              1 Reply Last reply
              0
              • L Lost User

                1. Yes, of course it is necessary. The DLL should be in sync with the source code. 2. Why do you not have the source code? Do you use a proper source control system to protect your applications?

                K Offline
                K Offline
                Karan_TN
                wrote on last edited by
                #7

                Currently we started to use. but these existing applications are developed 8 yrs back. Thanks for your answer(s)

                L 1 Reply Last reply
                0
                • K Karan_TN

                  Currently we started to use. but these existing applications are developed 8 yrs back. Thanks for your answer(s)

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

                  Karan_TN wrote:

                  these existing applications are developed 8 yrs back.

                  Strange how careless some organisations are. I was used to (manually) storing source code securely, on systems I worked on even back in the 1960s. Long before source control systems had been invented.

                  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