Discussion:
Ofuscate native Apps
(too old to reply)
Raul
2010-11-05 20:52:14 UTC
Permalink
Hi group

I am recently puzzled,
What if you want to ofuscate the code of your dll or exe file,
wich was produced using only native code?, (no .Net code at all)

thanks very much in advance
Raul
David Lowndes
2010-11-06 00:01:43 UTC
Permalink
Post by Raul
What if you want to ofuscate the code of your dll or exe file,
wich was produced using only native code?, (no .Net code at all)
Most don't bother.

Getting back from compiler optimised assembly code to meaningful
high-level language is much more difficult to do that it is with
managed .Net code (where existing tools make it trivial).

If you have some very valuable algorithm that you want to keep secret,
then that's a different matter.

Dave

Loading...