Skip to content

Provides Battle.net authentication services for managed applications.

License

Notifications You must be signed in to change notification settings

BNETDocs/MBNCSUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MBNCSUtil

MBNCSUtil (Managed BNCS Utilities) provides Battle.net authentication services for managed applications.

GitHub watchers GitHub Repo stars GitHub forks GitHub contributors

GitHub top language GitHub code size in bytes GitHub Workflow Status (develop)

GitHub All Releases GitHub release (latest SemVer including pre-releases)

Authors

  • Originally written by: @robpaveza a.k.a. MyndFyre, adapted from original BNCSUtil source code at request of its author.
  • Adapted to .NET Core 3.1 by: @carlbennett a.k.a. Caaaaarrrrlll, @wjlafrance a.k.a. joe)x86(
  • Special thanks to: BNETDocs
  • Honorable mention to: Valhalla Legends (a.k.a. vL), x86

Setup

Requirements

MBNCSUtil is built on the .NET Core 3.1 platform. Linux users may wish to install the Mono package which provides a dotnet commandline.

Download

Go to Releases and download the correct package for your platform, or build from source if you're savvy enough.

Compile from source

Windows

Users on the Windows platform must install Microsoft Visual Studio 2019 (or equivalent) which provides .NET Core 3.1 development SDK.

Linux

For Fedora or other Red Hat based systems:

  1. Install .NET: sudo dnf install dotnet
  2. Clone this repository: git clone https://github.com/BNETDocs/MBNCSUtil.git
  3. Change directory: cd MBNCSUtil/
  4. Build source: dotnet build
  5. Run debugger: dotnet run
  6. See dotnet --help for other compile options

License

Copyright © Robert Paveza, 2005-2008. Adapted from BNCSUtil at the request of the author. Licensed under the modified BSD license. See LICENSE.txt for licensing details. Blizzard, Battle.net, Starcraft, Warcraft, Warcraft II: Battle.net Edition, The Tides of Darkness, Into the Dark Portal, Diablo, The Lord of Destruction, Brood War, The Reign of Chaos, and The Frozen Throne are trademarks or registered trademarks of Blizzard Entertainment Inc. in the United States and/or other countries. Other marks may be the trademarks or registered trademarks of their respective owners.