Go to file
2018-04-02 22:33:30 +02:00
packetdefinitions Updates to shooting gallery component. 2018-04-02 22:33:30 +02:00
amf3.py Added support for UI Messages. 2015-10-22 18:30:15 +02:00
captureviewer.ini Updated gamemessage definitions and added option to retry with phantom component. 2017-04-07 22:21:49 +02:00
captureviewer.pyw Updates to shooting gallery component. 2018-04-02 22:33:30 +02:00
decompress_sd0.py Fixed a bug in decompress_sd0 2015-10-26 18:26:27 +01:00
fdb_to_sqlite.py Don't convert invalid rows if not adding link info. 2015-08-29 13:51:08 +02:00
find_packets.py Added find_packets, a script for finding matching packets within multiple .zip captures 2015-08-09 21:42:46 +02:00
ldf.py Refactored BitStream into read-only and write-only versions. 2017-12-25 13:43:33 +01:00
luzviewer.ini Better usability of INI configuration. 2015-11-19 21:25:16 +01:00
luzviewer.pyw Made the BitStream interface more stream-like. 2018-01-12 23:41:25 +01:00
pkviewer.pyw Refactored BitStream into read-only and write-only versions. 2017-12-25 13:43:33 +01:00
README.md Reorganized packet definitions. 2017-08-18 15:11:35 +02:00
structparser.py Refactored BitStream into read-only and write-only versions. 2017-12-25 13:43:33 +01:00
viewer.py Implemented support for shared subcomponents and updated structures. 2015-12-15 18:46:30 +01:00

Various utilities.

Requires Python 3.6.

Some programs use the bitstream module from my python RakNet implementation for reading binary files. It's available at https://bitbucket.org/lcdr/pyraknet. See the Readme there for how to install it.

License: GPL v3