How we secure our code against De-compiler ....
easily anybody can take full source code from it.
Please help me & my friends...
Thank you in advance!
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Aug 12, 2010, 4:35 PM
Tanmay SarkarPosted Aug 12, 2010, 9:54 PM
And how I start it (unmanaged)... ?
Thanks for all replay.
theLizardPosted Aug 12, 2010, 6:48 PM
Sam is right on this, C++ produces machine code which is harder to reverse engineer.
Roy SPosted Aug 12, 2010, 12:49 PM
a = b(c[a].f).g(a);
People will still be able to read your code but they'll have to be very motivated to actually understand it.