|
-
Oct 21st, 2009, 05:48 PM
#1
Thread Starter
Fanatic Member
Make a program that cant be copyed?
Is there a way that you can make an .exe that you cant copy? Like to someone elses computer, that it has to be made directly?
-
Oct 22nd, 2009, 03:08 AM
#2
Re: Make a program that cant be copyed?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Oct 22nd, 2009, 04:03 AM
#3
Re: Make a program that cant be copyed?
I'm not sure but if they had access to a decomplier they could probably recompile your code after getting at the source code.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Oct 22nd, 2009, 08:27 AM
#4
Re: Make a program that cant be copyed?
Ultimately, the answer is no, unless you require some kind of specialized hardware that is intrinsic to the functionality of the program. For instance, if you required a board with a special type of processor that the program worked with, it would be useless to copy the software without having the hardware. Otherwise, everything can be cracked, it comes down to how hard people have to work to crack it. For instance, you could tie the program to various system identifier numbers, such as an HD serial number or MAC address. That would require the cracker to fiddle with the code, which is possible, but would be above the average user. On the other hand, once one person has cracked the system, they would have the means to write something that would allow EVERYBODY else to crack it without any particular skill.
My usual boring signature: Nothing
 
-
Oct 22nd, 2009, 09:34 AM
#5
Re: Make a program that cant be copyed?
You can't stop it being copied. It's just a file and (assuming operating system level permissions aren't preventing it) ALL files can be copied.
What you can do is build in functionality to stop it being run and this is the sort of thing Shaggy was averring to. There are various third party products out there which you can build into your app or you could try and write something yourself (but I suspect it's a very difficult problem to crack on your own)
The best argument against democracy is a five minute conversation with the average voter - Winston Churchill
Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd
-
Oct 22nd, 2009, 03:55 PM
#6
Re: Make a program that cant be copyed?
"Averring"?!?! That's a good one. Sometimes people in this forum stretch out the vocabulary.
My usual boring signature: Nothing
 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|