Results 1 to 4 of 4

Thread: How to obtain the MD5 hash code of any .exe file ?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2005
    Posts
    1,907

    How to obtain the MD5 hash code of any .exe file ?

    Hi all .could any one tell me how i can get MD5 hash code of any exe that i don't have its source code ? looking forward for replies.Thanks

  2. #2
    Junior Member
    Join Date
    Feb 2009
    Posts
    26

    Re: How to obtain the MD5 hash code of any .exe file ?

    Illegal

  3. #3
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    Re: How to obtain the MD5 hash code of any .exe file ?

    Quote Originally Posted by tony007
    Hi all .could any one tell me how i can get MD5 hash code of any exe that i don't have its source code ? looking forward for replies.Thanks
    I would think that you would get a hash value on the exe file itself. Depending on your algorithm, you may have to convert the binary file into base64 and take a hash value on that.
    Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde

  4. #4
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: How to obtain the MD5 hash code of any .exe file ?

    There is nothing mysterious about this, apart from the original post itself.

    The fact that it's an exe is completely irrelevant. It's just a file. There are numerous MD5 tools freely available that will give you the MD5 of any file you pass in.

    There is nothing even remotely "Illegal" about any of this.

    An MD5 will not help anyone extract the source code from an exe file.

    Otherwise extracting the source code from a compiled binary, in some cases, would be illegal.
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width