c# Packet Receive Web 

Experienced Elementalist
Joined
Jul 19, 2011
Messages
288
Reaction score
32
So I'm pretty interested in packet development atm, and since I'm still learning c#, putting the two together doesn't make something great.
So does anyone have a snippet for a little packet receiver for maple? I've tried searching around, and the only example packet editors are in c++.

I don't really want it to rely on dependencies like WinPcap if possible.
 
Joined
Apr 10, 2008
Messages
4,087
Reaction score
1,265
I don't see why not "rely on dependencies like WinPcap". MapleShark, for example, uses SharkPcap to work, which is a packet capture framework for C#. It then converts the data to readable maplestory packets. I still don't understand what you're having trouble with. You need to learn more about packets before attempting with this. If you have any other questions, post them here.
 
Upvote 0
Back
Top