mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-15 17:03:50 +00:00
- srp: name kEphemeralBytes (19 = 152 bits, matches Blizzard client) and kMaxEphemeralAttempts (100) with why-comment explaining A != 0 mod N requirement and near-zero failure probability - warden_module: add why-comment on 0x400000 module base (default PE image base for 32-bit Windows executables) - warden_module: name kRsaSignatureSize (256 = RSA-2048) with why-comment explaining signature stripping (placeholder modulus can't verify Blizzard's signatures) |
||
|---|---|---|
| .. | ||
| auth_handler.cpp | ||
| auth_opcodes.cpp | ||
| auth_packets.cpp | ||
| big_num.cpp | ||
| crypto.cpp | ||
| integrity.cpp | ||
| pin_auth.cpp | ||
| rc4.cpp | ||
| srp.cpp | ||
| vanilla_crypt.cpp | ||