Skip to content

Releases: Arisstath/roblox-dissector

20190428130312-3c01a8d

28 Apr 13:03
Compare
Choose a tag to compare
Pre-release
[other] Fix zip not being recursive

The Release of Long Overdue

04 Nov 16:52
Compare
Choose a tag to compare

From tag notes:
v0.6

  • Added experimental custom client
  • Added exoerimental system for dumping information about scripts
  • Added support for packet type 0x15 (ID_DISCONNECTION_REQUEST)
  • Added support for packet type 0x87 (ID_ROBLOX_CHAT)
  • Added partial support for packet 0x8D (ID_ROBLOX_CLUSTER)
  • Added partial support for packet 0x83 subpacket 0x12 (ID_REPLIC_HASH)
  • Added support for packet 0x83 subpacket 0x0A (ID_REPLIC_PROP_ACK)
  • (Finally!) Added support for packet 0x8A (ID_ROBLOX_AUTH)
  • Added an experimental WinDivert-based proxy
  • Fixed issues with network cache conflicts
  • Fixed issues with 0x83 packets sometimes failing to parse due to odd encoding used in versioned properties (mainly CFrame)
  • Updated logic to mach the newest version of Roblox

The Injection Release

04 Nov 12:39
Compare
Choose a tag to compare
The Injection Release Pre-release
Pre-release

From tag notes:
v0.5

  • Added proxy capturing feature for Studio
  • Updated command line args to start Studio
  • Added experimental Studio-only packet injection system
  • Added instance path fields to many places in the UI
  • Added support for touch (0x86) packets
  • Fixed cache behavior
  • Fixed many bugs relating to instance scopes
  • Fixed physics motor parsing
  • Implemented support for writing many new types

The Great Release of Dumps, DataModels and Physics

24 Sep 07:22
Compare
Choose a tag to compare

From tag notes:
v0.4

  • Updated to use my fork of rbxfile to construct the internal DataModel state
  • GUI and dissector library separated
  • Added DataModel browser
    • Able to dump places as RBXL (experimental)
  • Added server (experimental)
  • Added feature to dump network schema and dictionaries
  • Implemented ReliabilityLayer ordering
  • Implemented replication instance deletion packets
  • Implemented ID_ROBLOX_PHYSICS
  • Improved ID_TIMESTAMP implementation
  • Improved support for NULL SystemAddress values

v0.3.2

21 Aug 04:47
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

No longer depends on static schema!

The UI Update

19 Aug 19:13
Compare
Choose a tag to compare
The UI Update Pre-release
Pre-release

Finally 100% GUI, no command line flags!

The Static Schema Release

19 Aug 11:37
Compare
Choose a tag to compare
Pre-release

Static schema now supported!

The Replication Packet Release

14 Aug 10:23
Compare
Choose a tag to compare
Pre-release

Replication packets finally supported!