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?
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.
Dammit, well do you know of a program in which I can view the base?
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.
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.
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?
code yourselfe bro..
Reverse engineering.
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
Originally Posted by Henry Chang
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...
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.
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++
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