Click here to Skip to main content
15,891,629 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
example: ReverseEngineering/Net/Games at d3fd9da874b696957e01efcfd459bddd30ba5d3b · KenUchicha/ReverseEngineering · GitHub[^]

I couldn't find any example for this type obfuscation. Can you illuminate me ?
I have looked many obfuscators and tried them but the problem is I am developing a plugin for a program so mostly program can't resolve my obfuscated plugin. Just .Net reactor is fine but I am using its demo version and it shows annoying messagebox. So I have seen somebody using this obfuscation. I just need to learn this.


What I have tried:

I looked github pages. But I couldn't find any similar thing
Posted
Updated 30-May-20 17:42pm
v3
Comments
Dave Kreskowiak 30-May-20 17:23pm    
The code on the page you linked to is NOT encrypted. It's obfuscated.
Member 13501882 30-May-20 22:59pm    
Okay sorry. I mean Obfuscated

1 solution

Quote:
How do I encrypt my C# source code with ncrypt.dll?

Since your source code is basically on your computer and is not distributed with your app, there is no point to encrypt source code.
If you want to protect your app from reverse engineering, you may look at obfuscation. Note that obfuscation is not encryption.
An article on this site: Don’t rely on obfuscation[^]
 
Share this answer
 
Comments
Member 13501882 30-May-20 22:59pm    
I have looked many obfuscators and tried them but the problem is I am developing a plugin for a program so mostly program can't resolve my obfuscated plugin. Just .Net reactor is fine but I am using its demo version and it shows annoying messagebox. So I have seen somebody using this obfuscation. I just need to learn this.
Patrice T 30-May-20 23:36pm    
Use Improve question to update your question.
So that everyone can pay attention to this information.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900