v1.0.3
Changes
- Changed string encoding for Shockwave packets from
UTF8toLatin1. InterceptorTasknow implementsIInterceptorContext.IdandLengthtypes now implementIComparable.
Fixes
- Fixed reading string lengths above 32767 on modern clients.
- Check string lengths are in the valid range of a
B64inPacketWriter.WriteStringwhen writing strings for Shockwave. - Check for negative values in
PacketReader.ReadSpan. - Fixed
CS0628warnings by making generatedIInterceptorContextmethods private. - Fixed documentation references for generated
IInterceptorContextmethods.
Full Changelog: v1.0.2...v1.0.3