Thread: DLL Decode

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    †hêêlêmêñ†¹²'s Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Your moms house.
    Posts
    109
    Reputation
    10
    Thanks
    7
    My Mood
    Cheeky

    DLL Decode

    Is there a program that decodes DLL files so you can view the coding? Just wondering haha. It would be cool to have one. And if there is, tell me where to find it?

  2. #2
    gbitz's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    Here.
    Posts
    3,136
    Reputation
    197
    Thanks
    335
    I know theres things out there that allows you to see the base of it and the .cpp files in it but nothing to view actual source code. Maybe there is, but if there is, its not public.

  3. #3
    †hêêlêmêñ†¹²'s Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Your moms house.
    Posts
    109
    Reputation
    10
    Thanks
    7
    My Mood
    Cheeky
    Dammit, well do you know of a program in which I can view the base?

  4. #4
    That0n3Guy's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    1,137
    Reputation
    13
    Thanks
    271
    My Mood
    Sleepy
    You could try something like OllyDbg.
    Quotes Hall of Fame

    Quote Originally Posted by martijno0o0 View Post
    ok, i got visual basic 2008 and i got some expirients but i need c++ to make hacks rigth?
    so i need c++ and my question is!?¿? where i dontload it? and is c++ a own program or a update for vb08?
    [IMG]https://i660.photobucke*****m/albums/uu327/EddieTheWin/duff.png[/IMG]

  5. #5
    rwkeith's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    457
    Reputation
    11
    Thanks
    79
    My Mood
    Angelic
    There is no way to view the source code of a dll(dynamic link library) as it is language-independent compiled object code, similar to an executable.
    Last edited by rwkeith; 11-27-2009 at 12:19 AM.
    Goals In Life:
    [X] Become an Advanced Member
    [X]Release a tut on mpgh
    [0]Post 300 posts
    [X]Make a working hack
    [X] Learn c++

  6. #6
    t7ancients's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    New York
    Posts
    381
    Reputation
    28
    Thanks
    68
    My Mood
    Twisted
    you could use a debugger and get assembly code, but I'm just going to make an assumption based on your posts that I've seen and say that you likely won't know what to do with it.

  7. #7
    Henry Chang's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    2
    I have seen many of these kinds of posts in this section asking the same thing

    "Can I decode a .dll file?"

    "Can I view the source?"

    ... Why do you keep asking this? Do you just want to take somebody else's work and make it your own?

  8. #8
    Lukas59's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Linz
    Posts
    2,197
    Reputation
    14
    Thanks
    306
    My Mood
    Amazed
    code yourselfe bro..

  9. #9
    Pixipixel_'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    VCExpress.exe || France :D
    Posts
    2,087
    Reputation
    27
    Thanks
    742
    My Mood
    Cool
    Reverse engineering.

  10. #10
    Thats the way it is's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    95
    Reputation
    9
    Thanks
    11
    My Mood
    Tired
    you can decompile it to Assembly and then by hand back to c++ but it would be easyer to just learn how to make a hack by viewing other source code's that can be found around the forums
    Cause There ain't no rest for the wicked

  11. #11
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Quote Originally Posted by Henry Chang View Post
    Why do you keep asking this? Do you just want to take somebody else's work and make it your own?
    Haha... trust me the guy decompiling the .dll would be doing the most work. Pixipixel hit the nail on the head. Reversing would be the only way to get something resembling the original source, but its so much work that in most cases it not worth doing unless the .dll has information you can't get anywhere else. Anyway I think you need a plugin to Olly to be able to open up a .dll...

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  12. #12
    †hêêlêmêñ†¹²'s Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Your moms house.
    Posts
    109
    Reputation
    10
    Thanks
    7
    My Mood
    Cheeky
    And it's not as simple as "Doing it yourself" and I'm not going to take someone elses work and say it as my own, just want to see some BASIC coding.

  13. #13
    Thats the way it is's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    95
    Reputation
    9
    Thanks
    11
    My Mood
    Tired
    No menu tut: https://www.mpgh.net/forum/161-tutori...-hack-tut.html
    Bypass (working if you have addys) https://www.mpgh.net/forum/140-anti-c...aplestory.html (just trow it under your code and correct the addys with the resent addys

    The nomenu hack is a not working. for any c++ programmer it cant be hard to get it working. i wont post the solution as this will only make more copy pasters asking stupid questions like how do you make a fly hack :/ when not knowing how to even code C++
    Cause There ain't no rest for the wicked

  14. #14
    LegendaryAbbo's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    5,243
    Reputation
    23
    Thanks
    546
    My Mood
    Relaxed
    Not possible, reverse engineering it will get the closest possible result, but you will never be able to find out every aspect and definitely not in exact C++ code

  15. #15
    †hêêlêmêñ†¹²'s Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Your moms house.
    Posts
    109
    Reputation
    10
    Thanks
    7
    My Mood
    Cheeky
    I don't play WarRock...........It's GAY.

  16. The Following 4 Users Say Thank You to †hêêlêmêñ†¹² For This Useful Post:

    Hell_Demon (12-01-2009),Stephen (12-02-2009),t7ancients (11-30-2009),why06 (11-30-2009)

Page 1 of 2 12 LastLast

Similar Threads

  1. [Help] How to decompile / decode a .dll file
    By tomixX in forum Coders Lounge
    Replies: 4
    Last Post: 07-08-2011, 04:27 PM
  2. .dll injector
    By EleMentX in forum Gunz General
    Replies: 31
    Last Post: 07-08-2010, 10:44 AM
  3. [Help]Decode Dll
    By jakobkorber in forum Visual Basic Programming
    Replies: 4
    Last Post: 03-09-2010, 09:05 AM
  4. dll for those who cant even google :P
    By jam in forum Gunz Hacks
    Replies: 5
    Last Post: 06-07-2007, 03:32 AM
  5. DLL injection Failled
    By aynal in forum WarRock - International Hacks
    Replies: 1
    Last Post: 01-15-2006, 09:41 PM

Tags for this Thread