when you want to decript a program's protocol how do you do it?
you use an packet listener(eg. WireShark) and try to figure out what each packet means?
is this the only solution? cuz it seems to me like a lot of hard work, is there anything to make this thing easier?
Recommended Answers
Jump to PostI think what you are asking is how to reverse engineer the protocol.
Yes, reverse engineering is usually difficult.
One approach is to make the program do known things and watch the data. Repeat the operation and see what changes and what doesn't. Then do something slightly different …
All 2 Replies
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, learning, and sharing knowledge.