What's new

Pa help d2 mga bossing, kng kaya po ba.

Status
Not open for further replies.

EnitYer

Addict
Joined
Aug 23, 2014
Posts
94
Reaction
277
Points
115
[OpenSource] Packet Editor coded in C

Content

1. What is this?
2. How to use it?
3. Whuut?




What is this?

This is the source code for a proxy, designed for flyff.


How to use it?

This is the source, and NO TOOL YOU CAN USE STRAIGHT AWAY. It is meant to be used by programmers, who know what they do.
The whole source code is commented, and should be self-explanatory. I will only answer questions from smart guys, who know how to code in C/C++.
Since it was coded with Visual Studio 2010, I recommend you using it also.

The source contains a class for the flyff packet-structure and a detour lib, hooking the send/recv/WSASend/WSARecv and GetQueuedCompletionStatus API's.
Flyff only uses WSASend and WSARecv, but because of overlapped I/O being used, I had to hook GetQueuedCompletionStatus to check the arrival of the incoming packets.


Whuut?

I've released this to the public to move people to learn coding, and start doing their own häçks. This is a base project for everyone willing to learn how coding häçks works.

I'd still suggest you reading about C/C++ programming, hooking and networking to fully understand what this tools does.
 

Attachments

Last edited:
Status
Not open for further replies.
Back
Top