Kelsidavis-WoWee/ATTRIBUTION.md
Kelsi 0c85fcd444 Add attribution and source citations for open source release
- Create ATTRIBUTION.md crediting WoWDev Wiki, TrinityCore, MaNGOS,
  and third-party libraries used
- Add WoWDev Wiki format specification links to file format parsers
  (ADT, BLP, DBC loaders)
- Add protocol documentation reference to opcodes.hpp
2026-02-02 22:09:33 -08:00

2.5 KiB

Attribution

This project was made possible by the work of the WoW modding and reverse-engineering community. We gratefully acknowledge the following resources and projects:

Documentation

WoWDev Wiki

https://wowdev.wiki/

The WoWDev Wiki is a community-maintained resource documenting World of Warcraft file formats and protocols. This project's file format parsers were implemented based on specifications from the wiki:

Reference Implementations

TrinityCore

https://github.com/TrinityCore/TrinityCore

Open-source WoW server emulator. Referenced for understanding server-side protocol behavior and packet structures.

MaNGOS / CMaNGOS

https://github.com/cmangos/mangos-wotlk

Open-source WoW server emulator. Referenced for protocol documentation and authentication flow.

Libraries

This project uses the following open-source libraries:

Library License Purpose
SDL2 zlib Window management, input handling
GLEW BSD/MIT OpenGL extension loading
GLM MIT Mathematics library
OpenSSL Apache 2.0 Cryptographic functions (SRP6)
StormLib MIT MPQ archive extraction
Dear ImGui MIT Immediate mode GUI

Cryptographic Standards

The SRP6 authentication implementation follows:

  • RFC 2945 - The SRP Authentication and Key Exchange System
  • RFC 5054 - Using SRP for TLS Authentication

World of Warcraft is a trademark of Blizzard Entertainment, Inc. This project is not affiliated with or endorsed by Blizzard Entertainment.

This project does not include any Blizzard Entertainment proprietary data, assets, or code. All file format parsers were implemented independently based on publicly available community documentation.

Users must supply their own legally obtained WoW 3.3.5a game data files to use this software.