-
Notifications
You must be signed in to change notification settings - Fork 42
0x600D FRAMEWORKMSG_MASSIVE_REQ
DummkopfOfHachtenduden edited this page Sep 3, 2021
·
1 revision
1 byte type //MassiveMsgType
if(type == MassiveMsgType.Header)
{
2 ushort wMsgCount
2 ushort wRealMsgID
}
else
{
4089 byte realMsgDataSegment
}
enum MassiveMsgType : byte
{
Data = 0,
Header = 1,
}
A word from pushedx about 0x600D