search for an opfuscator for your code.
http://en.wikipedia.org/wi
Main Topics
Browse All TopicsHello,
i see that applications can be decompiled easily!... and this consider big problem for me as new programmer.
i heard about some techniques to protect my application from decompilation through encryption or something like this.
application written in vb6 and delphi.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
search for an opfuscator for your code.
http://en.wikipedia.org/wi
Consider how big the problem of decompilation is. For a lot of applications decompilation is not a big issue because the knowledge involved is generally available.
Ask yourself what could someone do if he decompiles my program (and try it yourself to see what kind of source you get from decompilation). And the second question is how much harm would it do?
If i look for our professional application we have multiple developers on our projects with rather detailed knowledge of the market we write for and the technologies we use. Even if someone else would get his hands on our source he would have difficulties using it to replicate our application ;-)
Martijn
Read up on and ask questions on the woodmann site, these are the people (and their ilk) who would crack/decompile your app.
hxxp://www.woodmann.com/cr
hxxp://www.woodmann.com/co
hxxp://www.woodmann.com/cr
-rich
Business Accounts
Answer for Membership
by: xtreminatorPosted on 2009-10-31 at 00:55:56ID: 25708826
for hardening ur application...
u can pack ur exe with ur private/ standard algorithm ..... so it can be hard to unpack for another person... ( this packing techniques used before making installer package of whole application)
and its depends in which platform u creating ur application,, .net application ca easily be reverse engineer ( but some encryption method avail to refuse it)
check link could help : http://www.exefind.com/eng ineering-r everse/
als o u can put so anti dubbing code inside ur source code...