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. Other Discussions
  3. IT & Infrastructure
  4. decompile a small windows application

decompile a small windows application

Scheduled Pinned Locked Moved IT & Infrastructure
help
10 Posts 4 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.
  • Z Offline
    Z Offline
    zafax_
    wrote on last edited by
    #1

    hi guys! i just have a windows application (300kb), i need to decompile this application or crack to change some assignments in the code. how possible i can go through this anyone help me pls thanks

    so much of happy ending...

    P 1 Reply Last reply
    0
    • Z zafax_

      hi guys! i just have a windows application (300kb), i need to decompile this application or crack to change some assignments in the code. how possible i can go through this anyone help me pls thanks

      so much of happy ending...

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

      zafax4 wrote:

      need to decompile this application or crack to change some assignments in the code

      What, like the registration details? If so, do you honestly think we're going to help you hack code? We don't encourage illegal activities on this site. If you have an honest reason for the request, then please enlighten us as to what it could be, otherwise we have to assume that you only want to do this for nefarious reasons.

      Deja View - the feeling that you've seen this post before.

      Z 1 Reply Last reply
      0
      • P Pete OHanlon

        zafax4 wrote:

        need to decompile this application or crack to change some assignments in the code

        What, like the registration details? If so, do you honestly think we're going to help you hack code? We don't encourage illegal activities on this site. If you have an honest reason for the request, then please enlighten us as to what it could be, otherwise we have to assume that you only want to do this for nefarious reasons.

        Deja View - the feeling that you've seen this post before.

        Z Offline
        Z Offline
        zafax_
        wrote on last edited by
        #3

        Pete O'Hanlon wrote: We don't encourage illegal activities on this site. when cracking or reverse engineering a software maybe ILLEGAL or LEGAL, depending on the terms user has. as far as i know about these terms: User has a permission to break it, from the owner of the software its legal. or else its illegal. here i got the same thing. i have permission to break it, who was one of my friend and the software is not for commercil purpose its just a simple application for study as we do so. i hope i didnt perform any illegal activities here. thanks.

        so much of happy ending...

        P 1 Reply Last reply
        0
        • Z zafax_

          Pete O'Hanlon wrote: We don't encourage illegal activities on this site. when cracking or reverse engineering a software maybe ILLEGAL or LEGAL, depending on the terms user has. as far as i know about these terms: User has a permission to break it, from the owner of the software its legal. or else its illegal. here i got the same thing. i have permission to break it, who was one of my friend and the software is not for commercil purpose its just a simple application for study as we do so. i hope i didnt perform any illegal activities here. thanks.

          so much of happy ending...

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

          zafax4 wrote:

          i have permission to break it, who was one of my friend

          If it's from one of your friends, could he/she not give you the source code? I still don't see why you need to do this.

          Deja View - the feeling that you've seen this post before.

          Z 1 Reply Last reply
          0
          • P Pete OHanlon

            zafax4 wrote:

            i have permission to break it, who was one of my friend

            If it's from one of your friends, could he/she not give you the source code? I still don't see why you need to do this.

            Deja View - the feeling that you've seen this post before.

            Z Offline
            Z Offline
            zafax_
            wrote on last edited by
            #5

            I wrote: its just a simple application for study as we do so. SO its only for study purpose only. we have agreed to do and he ask me if there's any help from forums try. thanks

            so much of happy ending...

            P 1 Reply Last reply
            0
            • Z zafax_

              I wrote: its just a simple application for study as we do so. SO its only for study purpose only. we have agreed to do and he ask me if there's any help from forums try. thanks

              so much of happy ending...

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

              If, and I stress if, this is for legitimate purposes then it really depends on what it was written in. If it was .NET, then the IL can be reversed quite easily using a tool like Reflector. Alternatively, if it's written in native code then you will need quite a deep understanding of assembly language and a good decompiler. There are books that teach you how to do this, purely from the point of view of trying to get you to put good security in place in your code. A determined hacker will ALWAYS be able to reverse your code. The ultimate aim for you, is to write code that is so hard to reverse that it's not worth their time and effort.

              Deja View - the feeling that you've seen this post before.

              Z 1 Reply Last reply
              0
              • P Pete OHanlon

                If, and I stress if, this is for legitimate purposes then it really depends on what it was written in. If it was .NET, then the IL can be reversed quite easily using a tool like Reflector. Alternatively, if it's written in native code then you will need quite a deep understanding of assembly language and a good decompiler. There are books that teach you how to do this, purely from the point of view of trying to get you to put good security in place in your code. A determined hacker will ALWAYS be able to reverse your code. The ultimate aim for you, is to write code that is so hard to reverse that it's not worth their time and effort.

                Deja View - the feeling that you've seen this post before.

                Z Offline
                Z Offline
                zafax_
                wrote on last edited by
                #7

                the application was compiled in VB 6 as it was done it vb6. i tried with a software which decompiles but it doesnt satisfy me at all,because it never generate function codes, only in hex mode which is binary. is there any posible to view the functions properly by reversing? if it is how can i go through this. thanks for much help.

                so much of happy ending...

                CPalliniC D 2 Replies Last reply
                0
                • Z zafax_

                  the application was compiled in VB 6 as it was done it vb6. i tried with a software which decompiles but it doesnt satisfy me at all,because it never generate function codes, only in hex mode which is binary. is there any posible to view the functions properly by reversing? if it is how can i go through this. thanks for much help.

                  so much of happy ending...

                  CPalliniC Offline
                  CPalliniC Offline
                  CPallini
                  wrote on last edited by
                  #8

                  You'll better orient your efforts to rewrite from scratch the application (or to get the sources from your friend). :)

                  If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.

                  In testa che avete, signor di Ceprano?

                  1 Reply Last reply
                  0
                  • Z zafax_

                    the application was compiled in VB 6 as it was done it vb6. i tried with a software which decompiles but it doesnt satisfy me at all,because it never generate function codes, only in hex mode which is binary. is there any posible to view the functions properly by reversing? if it is how can i go through this. thanks for much help.

                    so much of happy ending...

                    D Offline
                    D Offline
                    Dan Neely
                    wrote on last edited by
                    #9

                    No. The only thing you'll get by decompiling a native mode executable is assembly. None of the metadata needed to produce a higher level representation is stored in the executable.

                    -- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.

                    Z 1 Reply Last reply
                    0
                    • D Dan Neely

                      No. The only thing you'll get by decompiling a native mode executable is assembly. None of the metadata needed to produce a higher level representation is stored in the executable.

                      -- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.

                      Z Offline
                      Z Offline
                      zafax_
                      wrote on last edited by
                      #10

                      Your answer is very helpful to me and thanks a lot bye from now!!!

                      so much of happy ending...

                      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