Private Chat Packet Sanitizer

Applications/Tools written to make running DarkStar easier for the rest of us.
Post Reply
bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Private Chat Packet Sanitizer

Post by bluekirby0 » Thu Aug 09, 2012 6:19 pm

For folks wishing to provide packet captures related to crashes, this tool will allow you to clean the chat text from 0x17 (incoming /tell) and 0xB5 (outgoing /tell) packets. It is written in python and by default will remove the text, but not the names. It will clean all relevant packets in a sub-folder named "data". The behavior is somewhat customizable, and it can be configured to clean up names, or use any path you specify.

I provide a windows binary and python source. If you have python installed, just use the source version directly.
Attachments
sanitize_src.zip
Python source. Can be executed directly and includes a setup file for compilation with py2exe.
(1.05 KiB) Downloaded 212 times
sanitize_win.zip
Windows binary for people without python installed.
(1.87 MiB) Downloaded 225 times

Post Reply