Kelsidavis-WoWee/docs
Kelsi 4b425f1225 Implement Warden module execution foundation (Phase 1 & 2)
Added architecture for loading and executing native x86 Warden modules:

New classes:
- WardenModule: Individual module loader with 8-step pipeline
   MD5 verification (working)
   RC4 decryption (working)
   RSA/zlib/exe-parsing/relocation/API-binding/execution (TODOs)
- WardenModuleManager: Module lifecycle and disk caching
  ~/.local/share/wowee/warden_cache/<MD5>.wdn
- WardenFuncList: Callback structure for module execution

Integration:
- Added wardenModuleManager_ to GameHandler
- Module manager initialized on startup
- Foundation ready for phases 3-7 (validation → execution)

Documentation:
- WARDEN_MODULE_ARCHITECTURE.md (comprehensive 7-phase roadmap)
- Estimated 2-3 months for full native code execution
- Alternative: packet capture approach (1-2 weeks)

Status: Crypto layer complete, execution layer TODO
2026-02-12 02:43:20 -08:00
..
architecture.md Update docs for current online-only state and new WoWee repo URL 2026-02-11 15:35:32 -08:00
authentication.md Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
commonsound_manifest.txt Add comprehensive NPC voice system with interaction and combat sounds 2026-02-09 16:03:51 -08:00
packet-framing.md Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
quickstart.md Update docs for current online-only state and new WoWee repo URL 2026-02-11 15:35:32 -08:00
realm-list.md Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
server-setup.md Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
SKY_SYSTEM.md Implement WoW-accurate DBC-driven sky system with lore-faithful celestial bodies 2026-02-10 14:36:17 -08:00
sound manifest speech-enUS.MPQ .txt Add comprehensive NPC voice system with interaction and combat sounds 2026-02-09 16:03:51 -08:00
srp-implementation.md Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
WARDEN_IMPLEMENTATION.md Enhanced Warden implementation with comprehensive documentation 2026-02-12 02:22:04 -08:00
WARDEN_MODULE_ARCHITECTURE.md Implement Warden module execution foundation (Phase 1 & 2) 2026-02-12 02:43:20 -08:00
WARDEN_QUICK_REFERENCE.md Enhanced Warden implementation with comprehensive documentation 2026-02-12 02:22:04 -08:00