Jump to content
Returning Members: Password Reset Required ×

Recommended Posts

Posted

hey guys anyone here has sniffs for packets like

MsgTexasExInteractive = 3400,

MsgTexasExMatchFieldList = 3401,//Solved

MsgTexasExChampionshipList = 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 packets

Version 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
}

Posted

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: 

Posted
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.

Posted

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.

  • 1 month later...
Posted
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

wovc31zz6csp

Posted

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

wovc31zz6csp

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.

Posted

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

Posted

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

Well, 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?

Posted

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

Well, 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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...