question

KailashSahu-8768 avatar image
0 Votes"
KailashSahu-8768 asked hhzhou-9079 published

How Protect .NET code from reverse engineering

As per my understanding, we can reverse engineer any compiled dll whose source language is a .net language like c#,vb.net.

There are many tools availablein the market for obfuscation and prevent reverse engineering of the dll.

dotnet-csharp
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

SimpleSamples avatar image
0 Votes"
SimpleSamples answered

That is correct.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

BonnieDeWitt-QnA avatar image
1 Vote"
BonnieDeWitt-QnA answered

Our Team uses Dotfuscator: dotfuscator


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

lextm avatar image
1 Vote"
lextm answered lextm edited

Literally, any software (no matter written in .NET or not) can be reverse engineered, https://en.wikipedia.org/wiki/Reverse_engineering

Using obfuscation cannot "prevent reverse engineering", but it does raise the bar a little bit higher.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

karenpayneoregon avatar image
0 Votes"
karenpayneoregon answered

To go along with prior responses, if in an organization, consider using active directory to restrict only a select group of users to access the application along with having them sign a document that part of it indicates the software is proprietary and may not be used for anything other than its intended purpose along with prohibiting reverse engineering any files for the software under penalty of the law.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

hhzhou-9079 avatar image
0 Votes"
hhzhou-9079 answered hhzhou-9079 published
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.