News

New Anti-Piracy Software for .NET

ByteShield’s Software Usage Management solution protects game and PC-application developers from would-be hackers.

Digital rights management (DRM) is a royal pain for developers, because while it's designed to protect content owners' rights, it annoys end users and crackers still manage to cut through.

Despite DRM, piracy is a problem that continues to grow. Losses from PC software piracy worldwide have increased by $8 billion last year, totaling $48 billion, according to a report by IDC.

ByteShield Inc., a San Francisco-based software-management firm, says it has come up with a novel approach that lets developers protect software from prying pirates. The company's Software Usage Management (SUM) product acknowledges that any protection created by humans can be cracked by humans.

Says ByteShield CEO Jan Samzelius: "The real issue is the number of hurdles the software protection solution puts up -- the time required to overcome them, whether they must be overcome one at a time or can be circumvented programmatically."

The company focuses on PC-app game developers. It made a splash at this year's Microsoft Game Technology Conference in Seattle, and the company just released a new version of its anti-piracy software for .NET. The Windows XP and Windows Vista operating systems are ubiquitous, Samzelius says, and their tie to .NET Framework makes this release essential.

SUM creates numerous hurdles for would-be hackers, including the very smooth move of removing small but critical pieces of the code it's protecting and replacing them at run-time. An attacker is thus forced to find and fix one piece at a time -- that's 1,000, 10,000 or even 100,000 pieces of code. For most, the hassle just isn't worth it. The company employs a central server to manage this protection scheme and to verify the user license.

The SUM solution achieves its goals with a low impact on the performance of the software being protected, Samzelius says. The addition of the ByteAdmin online-management tool gives added remote-usage control and management of licenses and activation codes to the package.

About the Author

John K. Waters is the editor in chief of a number of Converge360.com sites, with a focus on high-end development, AI and future tech. He's been writing about cutting-edge technologies and culture of Silicon Valley for more than two decades, and he's written more than a dozen books. He also co-scripted the documentary film Silicon Valley: A 100 Year Renaissance, which aired on PBS.  He can be reached at [email protected].

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube