Does any one have a DEcomplier
does anyone? let me know, i have already looked for one
Why would you want to decompile something? Are you a loser who wants to learn shit by taking someone else's work?
well if u coded something ur self im pretty sure u dont need a decompiler, unless u wanna steal someone else's work, which is not really good
Wow calm down guys. There is no such thing as a decompiler. The only kind of decompiler is an ASM "decompiler", but most people would just call that a debugger. Many competent coders use OllyDebug all the time. It's an excellent tool for "decompiling" programs that you otherwise couldn't get the source for.
It comes out as Win32 asm code and then hackers/crackers use that information to make hacks to alter the program to do what they want.
But there's no such thing as a decompiler that would decompile something into any language more advanced then asm. At least I think there isn't.... If it is I bet it's not free o_O.
I AM NOT TRYING TO STEAL ANYTHING. I WAS just wondering. CALM DOWN.
call me a choobie, but wats asm
assembly = asm.
assembly is the lowest language, that people can program in. It's also called machine language. However there are many different kinds of assembly code for many different kinds of computers (calculators, cellphones, computers)
Whenever I mention asm I'm talking about Win32 asm, which is the assembly code for Windows 32 bit OS