Skip to content

Releases: Arisstath/roblox-dissector

The GTK Release (RC2)

23 Aug 13:29
bffb79b
Compare
Choose a tag to compare

This release contains the changes from RC1, and it fixes an issue that was preventing the application from starting.

The GTK Release (RC1)

21 Aug 12:29
v1.0.0-rc.1
74e41ee
Compare
Choose a tag to compare

v1.0.0 release candidate 1

Changes since last release (v0.7.5):
Major changes:

  • Rewrote most of GUI code to transition from Qt to GTK
  • Added Lua API for filtering packets
  • Implemented new data types: DateTime, OptimizedString
  • Re-enabled WinDivert

Minor changes:

  • Implemented 0x8A (ID_SUBMIT_TICKET) crypto hash change
  • Removed potential memory leak for removed Instances
  • Fixed crash when parsing invalid 0x90 (ID_PROTOCOL_SYNC) packets
  • Updated server to use the peerid system
  • Implemented script signatures in data replication as well as 0x9B (ID_LUAU_CHALLENGE)
  • Fix physics packet sending format
  • Improved heuristic for detecting handshake
  • Implemented 0x12 (hash) subpacket serialization
  • Fixed 0x87 (ID_CHAT_ALL) format
  • Fixed some PCAP interfaces missing
  • Fixed edge-case where Script source is nil
  • Fixed memory safety issue in WinDivert code
  • Fixed 0x8D (ID_CLUSTER) packets using the old format
  • Fixed 0x97 (ID_NEW_SCHEMA) serialization to support Content prefixes and preshared strings
    • Also implemented this change in the relevant datatypes
  • Fixed Discord link in help menu

The Kick Message Release

20 Apr 13:15
v0.7.5-beta
391543e
Compare
Choose a tag to compare

Beta v0.7.5

  • Implemented kick message packets
  • Fixed SharedString parsing in NewInstance packets
  • Implemented simpler CFrame format
  • Fixed for ID_SUBMIT_TICKET parsing when packets are long
  • Fixed parser to account for Luau script signing change
  • Disabled WinDivert for now (sorry!)

The Error Handling Release

29 Dec 12:44
Compare
Choose a tag to compare

This release fixes error handling when PCAP isn't available. Also includes a fix for the new ProtectedString format.

The Clientless Release

27 Oct 13:52
Compare
Choose a tag to compare

The release removes support for the emulated client in response to its widespread abuse.

The Release of Streams and Clusters

11 Jul 19:33
Compare
Choose a tag to compare

From tag notes:
Beta v0.7.2

  • Implemented streaming packets
  • Implemented smooth terrain packets partially
  • Updated Windows 10 SecuritySettings
  • Added support for the PeerID system
  • Various bugfixes

20190627165332-fea6357

27 Jun 16:54
Compare
Choose a tag to compare
Pre-release
origin/master -> master

20190627164310-7c40158

27 Jun 16:43
Compare
Choose a tag to compare
Pre-release
[parser] Fix wrong UDim Offset type

20190609093108-a22a5e9

09 Jun 09:31
Compare
Choose a tag to compare
Pre-release
[parser] Fix IsFinal field in writer

20190608170347-1b5cc20

08 Jun 17:04
Compare
Choose a tag to compare
Pre-release
[parser] oops