modyali2 Posted February 3, 2022 Posted February 3, 2022 hey guys anyone here has sniffs for packets likeMsgTexasExInteractive = 3400,MsgTexasExMatchFieldList = 3401,//SolvedMsgTexasExChampionshipList = 3402,MsgTexasPersonalInfo = 3403,MsgTexasExChampionshipRank = 3404,MsgTexasExMyChampionshipRank = 3405,MsgTexasChampionshipTableChip = 3406,MsgCrossSwitch = 2501,MsgCrossFlagWar = 2502,MsgCrossFlagWarMerit = 2504,MsgCrossFlagWarAltar = 2505,MsgCrossFlagWarFlag = 2506,MsgCrossFlagWarRank = 2507,MsgFactionChiefBase = 2510,MsgStrCheckKey = 2520,or plunder war packetsVersion 6609//Packet 3401 [ProtoContract] public class TexasMatchInfo { [ProtoMember(1, IsRequired = true)] public int ID;//holds match id[TableID] [ProtoMember(2, IsRequired = true)] public int PlayersCount;//holds current active players in round } Quote
Spirited Posted February 3, 2022 Posted February 3, 2022 Moved to the correct section. If you can't find the packet logs you're looking for, you can always try disassembling the mac client for packets: Quote
modyali2 Posted February 4, 2022 Author Posted February 4, 2022 Unfortunatly i don't have mac os so i will try Quote
Spirited Posted February 4, 2022 Posted February 4, 2022 Quote Unfortunatly i don't have mac os so i will try Oh! I don't either. I have it running in an Ubuntu 18.04 virtual machine. You could do the same if you find a linux version of Hopper. That, or you get the mac version and run MacOS in a VM... though I prefer running Linux. Quote
modyali2 Posted February 4, 2022 Author Posted February 4, 2022 So i will setup ubuntu too on VM all missing is find Mac Client 1877 Quote Quote Unfortunatly i don't have mac os so i will try Oh! I don't either. I have it running in an Ubuntu 18.04 virtual machine. You could do the same if you find a linux version of Hopper. That, or you get the mac version and run MacOS in a VM... though I prefer running Linux. Quote
modyali2 Posted March 5, 2022 Author Posted March 5, 2022 Quote Quote Unfortunatly i don't have mac os so i will try Oh! I don't either. I have it running in an Ubuntu 18.04 virtual machine. You could do the same if you find a linux version of Hopper. That, or you get the mac version and run MacOS in a VM... though I prefer running Linux. Yeah found the needed ConquerGameExe version but i need to study for reversing protobuf packets if you know any hint can you help Quote
Spirited Posted March 5, 2022 Posted March 5, 2022 Unfortunatly i don't have mac os so i will tryOh! I don't either. I have it running in an Ubuntu 18.04 virtual machine. You could do the same if you find a linux version of Hopper. That, or you get the mac version and run MacOS in a VM... though I prefer running Linux.Yeah found the needed ConquerGameExe version but i need to study for reversing protobuf packets if you know any hint can you helpHm, I did add some pointers in the tutorial I linked you to. If you have any problems with those tips or thing it should cover something more, then just let me know. Quote
modyali2 Posted March 5, 2022 Author Posted March 5, 2022 Hm, I did add some pointers in the tutorial I linked you to. If you have any problems with those tips or thing it should cover something more, then just let me know.currently i have some problems in reading protobuff packets i can't get it have any ideas Quote
Spirited Posted March 5, 2022 Posted March 5, 2022 Hm, I did add some pointers in the tutorial I linked you to. If you have any problems with those tips or thing it should cover something more, then just let me know.currently i have some problems in reading protobuff packets i can't get it have any ideasWell, protobuf is just a serializer. You don't need to worry about offsets, but you do need to worry about write / read order and data types. Is there something in specific that you need help understanding / reading about them? Quote
modyali2 Posted March 5, 2022 Author Posted March 5, 2022 Hm, I did add some pointers in the tutorial I linked you to. If you have any problems with those tips or thing it should cover something more, then just let me know.currently i have some problems in reading protobuff packets i can't get it have any ideasWell, protobuf is just a serializer. You don't need to worry about offsets, but you do need to worry about write / read order and data types. Is there something in specific that you need help understanding / reading about them?in the picture i attached how can i know the structure of packet Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.