Results 1 to 6 of 6

Thread: Make a program that cant be copyed?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2009
    Location
    Missouri
    Posts
    770

    Question 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?

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Make a program that cant be copyed?

    Thread Moved
    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  3. #3
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    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

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    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

  5. #5
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    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

  6. #6
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    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
  •  



Click Here to Expand Forum to Full Width