reverse-engineered
C#
2
Posts
2
Posters
0
Views
1
Watching
-
how can i reverse-engineered from IL? How can I stop my code being reverse-engineered from IL? is there any tools for this ? ******************** S r e e j i t h N a i r Bangalore - India ********************
-
how can i reverse-engineered from IL? How can I stop my code being reverse-engineered from IL? is there any tools for this ? ******************** S r e e j i t h N a i r Bangalore - India ********************
sreejith ss nair wrote: how can i reverse-engineered from IL? Use .NET Reflector. Search it on the internet. sreejith ss nair wrote: How can I stop my code being reverse-engineered from IL? You must obfuscate it. There are many thrid parties that can do that. Regards, Alexandru Savescu