T
Tayyab
Hello all the genies out there i have a problem at hand and like
always I welcome any kewl idea U ppl can come up with. I am trying to
make a secure application. Working on generation of serial number
using hard drive serial number ... e.T.c. I have the code in C++
(managed) that does it all very well. Now here is the problem. I want
to shift to C#. The 2 ways in which i can use this code are 1. using
wrapping method to use it ... 2. making a dll and exporting it.
...."real problem". If i make a dll and export it that is not secure as
my freaky friends can always reverse engineer and i dont want that. I
was thinking about the possibility of using object file (.obj) and use
this some how on C#. Does anyone know if it is possibile or I always
have to export dll and let ppl manipulate with my dll. Reply quickly
because if no i will have to start with wrapping and that will take
time. Thanking you all in advance.
Chill
always I welcome any kewl idea U ppl can come up with. I am trying to
make a secure application. Working on generation of serial number
using hard drive serial number ... e.T.c. I have the code in C++
(managed) that does it all very well. Now here is the problem. I want
to shift to C#. The 2 ways in which i can use this code are 1. using
wrapping method to use it ... 2. making a dll and exporting it.
...."real problem". If i make a dll and export it that is not secure as
my freaky friends can always reverse engineer and i dont want that. I
was thinking about the possibility of using object file (.obj) and use
this some how on C#. Does anyone know if it is possibile or I always
have to export dll and let ppl manipulate with my dll. Reply quickly
because if no i will have to start with wrapping and that will take
time. Thanking you all in advance.
Chill