Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am testing intellilock and .Net Reactor to protect the code of dlls and exe's created with Vs c# and i find that with dotpeek the code appears perfectly as i have written it and i have been trying with all the options. However, i have tried commercial applications and they seem protected.

What program should be used?

What I have tried:

What have you tried?What have you tried?
Posted
Updated 16-Mar-19 10:00am

You might give SmartAssembly by Redgate a try: .NET Obfuscator, Error Reporting, DLL Merging | SmartAssembly[^]
Here are some other alternatives: Visual Studio Marketplace[^]
 
Share this answer
 
v2
Comments
[no name] 16-Mar-19 13:45pm    
I have tried the program and the code appears obfuscated but it looks too much, like the internal structuring.

In contrast, with many other commercial programs, Dotpeek displays the message "Not Supported." They are using another program. Which one?
RickZeeland 16-Mar-19 14:58pm    
I frankly have no idea, maybe you can contact one of the manufacturers to get an answer to your question. Did you try Dotfuscator too ?
[no name] 16-Mar-19 15:32pm    
If you try JetBrain DotPeek with dlls of programs that you find on the internet, you will see that it shows the message "Not supported". It's what I want. What are you employing? DotOfuscator I have not used it.
RickZeeland 16-Mar-19 16:15pm    
We used SmartAssembly for a while, but now we use Dotfuscator as this allows us to mix C# and C++ projects. Dotfuscator is probably the most used obfuscator.
 
Share this answer
 
Comments
[no name] 17-Mar-19 3:11am    
I have tried ConfuserEx with a dll and upon completion it shows the error that there is no .exe

I have tried with the entire .bin directory and at the end it shows another message. I dismiss this solution because it is not well finished.

[ERROR] An IO error occurred, check if all input / output locations are readable / writable.
Exception: System.IO.IOException: The operation could not be completed because the file contains a potentially unwanted virus or software.

in System.IO .__ Error.WinIOError (Int32 errorCode, String maybeFullPath)
in System.IO.FileStream.Init (String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) .. ..... (and follow, and follow ...)

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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