473,387 Members | 1,882 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

other way to use C++ managed code in C sharp

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
Nov 17 '05 #1
1 997
Tayyab wrote:
..."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


C++ code can be easily reverse engineered too. You are really not very
safe now.

--
Helge Jensen
mailto:he**********@slog.dk
sip:he**********@slog.dk
-=> Sebastian cover-music: http://ungdomshus.nu <=-
Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Vi | last post by:
Some of you might be interested in this open source AutoUpdater for ..NET "Sharp AutoUpdater provides an auto-update feature for .NET applications. Using XML configuration files, Sharp...
2
by: Ben | last post by:
Hi all I am new to C Sharp. Any suggestion for some good C Sharp sites? Thanks for sharing. Ben
1
by: Jet Leung | last post by:
Hello All: I want to rewrite a program by c sharp that was worte by vb. And I have a problem , how to translate "exit sub " of vb into c sharp? And how to run another program (for example a .exe...
8
by: Ted Miller | last post by:
Hi folks, I'm looking at moving a large base of C++ code to .Net under tight time constraints. The code runs in mission-critical environments, and I am extremely concerned about the loader lock...
4
by: Rainer Sinsch | last post by:
Hi everyone, I'm relatively new to managed c++ (though experienced in unmanaged c++), but I just can't figure out how to do the following c-sharp lines in managed c++ (studio 2003). Can anyone...
5
by: Bern McCarty | last post by:
I have a DLL written in C++ (it's really C code that was adjusted to compile OK as C++) that I compile successfully into IL with the /CLR switch of Visual C 7.1. I use the resultant library...
2
by: MTL | last post by:
I've created a managed wrapper class for a c++ .dll i want to call from a c-sharp project. It works fine except that any static strings that are created within any of the classes of my c++ .dll...
2
by: Jan | last post by:
Regarding my post "CSharpCodeProvider: referencing other generated "InMemory" assembly" 4/27/2006 and the blog from Greg Young http://geekswithblogs.net/gyoung/archive/2006/04/27/76533.aspx I...
20
by: windandwaves | last post by:
Hi Folk I am a PHP programmer, but I like to learn c-sharp as it seems to be in hot demand around here. My questions are: - how does c-sharp relate to PHP - do you like c-sharp and its...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.