Is there anyway i can look at the source code?

Posts 1–15 of 29 · Page 1 of 2
Is there anyway i can look at the source code?
I have a VIP dll atm. I got it from a friend who said that he used something similar to an injector on the main .exe to pull the .DLL from it, don't know if thats even possible. It's, as far as i'm concerned, a piece of crap. It has an aimbot, opk, telekill, but as far as that its pretty meh. I searched up the website and apparently the server's down. You guys probably wouldnt have heard of it, not from this site or any of the other popular VIP sites, not that I'm going to list any names.

But my question is, Is it possible to look at the Source Code, if it's a .dll. I followed some of the tutorials on here, but all I did was unpack it. What do i need to do? Thanks.
nothing, you can't.
Learn to REverse Engeneer and ........ << can't say the rest
You buy it or only download it?
You could reverse it to get some of its cool features but thats pretty much it
OFFTOPICLULZ:

Why do some people have CHOOB for a title and some people have LEACHER? Is CHOOB 25+ posts?

ONTOPICLULZ:

Ask the creator nicely for the source code. /
There are no programs that can decompile a .dll on the internet. The ones that are usually are fake, or you have to pay a shit ton of money for. Even then it only gives you little snippets of code that aren't even useful. If it is even possible to decompile a good amount of a .dll, which from what i have read it isn't, you would have to make the program to do it yourself.

I've searched around for this before, pretty much everyone said something like this:
"There really isn't any way of doing this as most of the useful information is discarded in the compilation process."

"This might be impossible or at least very hard. The DLL's contents don't depend (a lot) on it being written in C++; it's all machine code. That code might have been optimized so a lot of information that was present in the original source code is simply gone."
DLL's are made to just be that...dll's
Sure you can, open it in a disassembler, it gives you the source in assembly.
Knowledge needed to revert the assembly to a "nearly" c++ code will make you able to code a hack 30-80 times better.
you can view it as assembly, but you lose the function names. theres no way that you can revert it back to its original C++ source
You open the dll in C++ and press decompile (not telling where it is)
Quote Originally Posted by flameswor10 View Post
You open the dll in C++ and press decompile (not telling where it is)
u dont "open a dll in C++", u open it in an ide.
Quote Originally Posted by scimmyboy View Post
u dont "open a dll in C++", u open it in an ide.
Oh Man Getting Technical On Him..
all this is mubmo jumbo,


1. Right Click the .dll.
2. Click "Open With NotePad".
3. Profit $$$
Posts 1–15 of 29 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?