File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# BNCSUtil
2+ ## Preface
3+ ** BNCSUtil** is the ** B** attle.** N** et ** C** hat ** S** ervice ** Util** ity which
4+ aids applications trying to logon to Battle.net&trade ; v1 using the binary
5+ protocol. Specifically, BNCSUtil has functions that help with the cryptography
6+ of game versions, keys, and passwords.
27
3- ## How to Compile
8+ ## Installing
9+ Simply place the .so or .dll file in the same directory as the application that
10+ wishes to use it. If this does not work, install the file into the system
11+ library directory.
412
13+ On Windows, this directory is:
14+ ```
15+ C:\Windows\System32
16+ ```
17+
18+ On Linux, this directory is:
19+ ```
20+ /usr/lib/
21+ ```
22+
23+ ## Building
524### Windows
625The official build of BNCSUtil for Windows is produced using Visual Studio 2005
726using the solution file in the ` vc8_build ` folder. The ` vc7_build ` is no longer
@@ -23,4 +42,4 @@ following to (re)generate the configure script:
2342autoreconf -if
2443```
2544
26- Note that to use autoreconf you will need to have GNU autotools installed.
45+ Note that to use ` autoreconf ` you will need to have GNU ` autotools ` installed.
You can’t perform that action at this time.
0 commit comments