Skip to content

Deucalion 0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 01:43
· 62 commits to main since this release

CHANGELOG

There are a few breaking changes from how subscribers interact with Deucalion compared to with the 0.7.0 version.

  • Supports capturing both Server to Client packet capturing for Lobby, Chat and Zone channels, and Client to Server packet capturing for Chat and Zone channels (Lobby not yet implemented) (#3)
  • By default, subscribers will only receive Server to Client packets from the Zone channel. Subscribers may configure Deucalion to receive other packet types (see https://github.com/ff14wed/deucalion#option-op). (#6)
  • Automatically exits when the last subscriber disconnects (#3)
  • Automatically initializes the hook without requiring subscribers to initialize the hook (#3)
  • Logs are also now written to %APPDATA%/deucalion (#7)
  • The DEUCALION_SEGMENT header has changed to also include a 64-bit uint timestamp for milliseconds since the UNIX epoch.

Bug Fixes

  • Fix: The sig scanner will now look in the exe file on disk instead of the image in memory. (#5)