Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Can Commercials Application built on Eclipse IDE C/C++ can be Reverse Engineer?
Can Commercials Application built on Eclipse IDE C/C++ can be Reverse Engineer? [message #1728070] Wed, 30 March 2016 14:11 Go to next message
Eclipse UserFriend
Hi Friends

We are planning to build an Commercial Application using Eclipse IDE C/C++ Application. Our question is once we build the application generate the EXE file, can any take our application and do Reverse Engineering? Is there any setting or piece of code we need encrypt for any changes?

Regards
BK
Re: Can Commercials Application built on Eclipse IDE C/C++ can be Reverse Engineer? [message #1728183 is a reply to message #1728070] Thu, 31 March 2016 11:55 Go to previous message
Eclipse UserFriend
You realize Eclipse is a glorified text editor, yes? It doesn't even generate the executables. It uses make and GCC to do that .So, if you write your code with any other text editor and use the same compiler and linker, can your executable be reversed engineered?

The answer is: yes, but not more so than any executable can be reversed engineered.
Previous Topic:Eclipsec error message
Next Topic:Custom make target in managed project
Goto Forum:
  


Current Time: Sat Nov 08 15:06:08 EST 2025

Powered by FUDForum. Page generated in 0.13883 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top