This is a basic memory based packet logger that will allow the user to filter different types of packets sent between client and server. By default it is configured to show every packet that passes through the client but you may manipulate the filters by following commands
I've attached both the program to inject the DLL to conquer and the actual DLL that does the magic.
If there are any questions don't hesitate to ask because I realize that this might not be the most noob friendly thing out there.
PHP Code:
@filter-server - Enable / Disable server packet logging
@filter-server clear - Clear the server filter
@filter-server 0x3EC - Add packet type to the filter, it will no longer be displayed
@filter-client - Enable / Disable client packet logging
@filter-client clear - Clear the client filter
@filter-client 0x3EC - Add packet type to the filter, it will no longer be displayed
If there are any questions don't hesitate to ask because I realize that this might not be the most noob friendly thing out there.