C++ - Protect a C++/cli application

04/18/2014 19:54 Nociif#1
Hi !

I wan't to protect my dll application made with C++ and cli to prevent leech (with odbg or IDA).

I already try:
- The Mida -> Get crash when I inject my .dll
- VM Protect -> It tell me it doesn't support Net applications

What can I try ? Are they Other solutions ?

Thanks in advance for your answers.

Have a nice week-end :D
04/18/2014 21:07 Actidnoide#2
Quote:
Originally Posted by Nociif View Post
I wan't to protect my dll application made with C++ and cli to prevent leech (with odbg or IDA).
By using C++ and CLI it's a .net application so you don't have to protect it against disassemblers like odbg. You should try a .net obfuscating tool instead.
(Sorry I'm not familiar with .net)
04/19/2014 08:45 Nociif#3
Thanks for the information, I will try this :)