Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Noobie question :p
#1
Is it possible to decompile C++ programs and get the source code?
Sorry but i am new to the language Wacko Unsure
Reply
#2
Take a look here, the site explains you better and more, than I could!
http://www.codeproject.com/KB/cpp/reversedisasm.aspx

And take a look at this, if you are not familiar with asembly.
http://en.wikipedia.org/wiki/Assembly_language

You'll find some good information there!
Reply
#3
Yes, it is possible.

Some software you can't decompile though because developers don't want you trying to 'steal' their idea, and so there's a way to protect against anyone using their code.
Reply
#4
I actually just wanted to know this, because i don't wanna have people to "decompile" my project(s).
But thanks for the answer guys Smile
Reply
#5
Yes it is possible to decompile a file coded in C++, unless you obfuscate your program I think.
[Image: dHtHt.png]

Learning C++
Reply
#6
(02-10-2011, 12:42 PM)versx Wrote: Yes it is, unless you obfuscate your program I think.

Do you know any tutorial on how to obfuscate?
Or can you make one? Big Grin
I would really appreciate it Smile
Thanks.
Reply
#7
The way I know of is to use a tool called Stunnix. It's an Obfuscator which you can find here: http://www.stunnix.com/
It's expensive to buy but you can use the trial to test it out.
[Image: burninglove4.png]
Reply
#8
(02-10-2011, 04:37 PM)Untouch Wrote: The way I know of is to use a tool called Stunnix. It's an Obfuscator which you can find here: http://www.stunnix.com/
It's expensive to buy but you can use the trial to test it out.

Thanks for sharing the link Big Grin
There is always another way around.. ( crack it Superman )
Reply
#9
(02-11-2011, 06:14 AM)Rand0m™ Wrote: Thanks for sharing the link Big Grin
There is always another way around.. ( crack it Superman )

You can't really crack it unless you know how the program works, or you have the code to determine how it's encryption and execution works. If you crack it, that's different than getting the code to be able to 'copy' an app/program project. Cracking won't get you the program 'map'
Reply
#10
(02-11-2011, 09:54 PM)Infinity Wrote: You can't really crack it unless you know how the program works, or you have the code to determine how it's encryption and execution works. If you crack it, that's different than getting the code to be able to 'copy' an app/program project. Cracking won't get you the program 'map'
Oh okay Smile
Thanks for letting me know Big Grin
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)