What’s the best way to obfuscate code (protect against Reverse Engineering)?

Any details are appreciated.

  1. dancingdog777

    Don’t leave it where someone else can find it.

  2. You put your code into a prog called an obfuscator. You can get obfuscators for all coding languages c/c++ java perl etc. heres an obfusctor that can be applied to almost all, they have a free trial too,

    http://www.stunnix.com/prod/jo/

Leave a Comment