Results 1 to 6 of 6
  1. #1
    pasquam076's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    30

    Decrypting DLL's

    Need to get the source for a dll that I have for future use. What would the best way to go about decrypting/decompiling it?
    Last edited by Hunter; 11-25-2015 at 06:41 AM.

  2. #2
    cough_syrup's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    52
    My Mood
    Sick
    Quote Originally Posted by pasquam076 View Post
    Need to get the source for a dll that I have for future use. What would the best way to go about decrypting/decompiling it?
    ida
    /toshort

  3. The Following User Says Thank You to cough_syrup For This Useful Post:

    pasquam076 (10-04-2015)

  4. #3
    Gorzoid's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    227
    Reputation
    10
    Thanks
    990
    Quote Originally Posted by pasquam076 View Post
    Need to get the source for a dll that I have for future use. What would the best way to go about decrypting/decompiling it?
    You are not going to get a source... C++ is compiled into assembly all you can do is read this assembly (as cough_syrup said ida is bae) and see what it does.
    I am just here to learn, definitely not for hacks... o_O Just learning

  5. #4
    ehex's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    150
    Reputation
    22
    Thanks
    555
    Quote Originally Posted by pasquam076 View Post
    Need to get the source for a dll that I have for future use. What would the best way to go about decrypting/decompiling it?
    The most you'll get is some of the pseudo-code that hex-rays will generate for you.

  6. The Following 2 Users Say Thank You to ehex For This Useful Post:

    Kyouko (10-04-2015),pasquam076 (10-04-2015)

  7. #5
    Kyouko's Avatar
    Join Date
    May 2015
    Gender
    female
    Posts
    102
    Reputation
    10
    Thanks
    99
    Quote Originally Posted by ehex View Post
    The most you'll get is some of the pseudo-code that hex-rays will generate for you.
    ^this
    also it's unusable as it is, you can't just compile it's pseudocode

  8. #6
    snipwnage3's Avatar
    Join Date
    Jul 2015
    Gender
    female
    Posts
    75
    Reputation
    10
    Thanks
    84
    Just open in notepad++ and paste code into vs!!!

  9. The Following 2 Users Say Thank You to snipwnage3 For This Useful Post:

    Gorzoid (10-04-2015),Moosicorn (10-04-2015)

Similar Threads

  1. [Help Request] Need help with decrypting and editing the DLL
    By j_u_m in forum RoboCraft Discussions & Help
    Replies: 2
    Last Post: 11-04-2014, 10:43 AM
  2. [Info] How do I decrypt \ decompile c++ dlls
    By teammonkey in forum C++/C Programming
    Replies: 2
    Last Post: 11-06-2013, 09:02 AM
  3. [Help] how TO decrypt .dll
    By lonelymadness in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 07-23-2012, 04:51 PM
  4. [Solved] how TO decrypt .dll
    By lonelymadness in forum CrossFire Help
    Replies: 1
    Last Post: 07-22-2012, 06:40 PM
  5. DLL injection Failled
    By aynal in forum WarRock - International Hacks
    Replies: 1
    Last Post: 01-15-2006, 09:41 PM