Skip to content

Releases: arcturus-prime/studio-packet-dumper

v0.3.0

20 Dec 21:54
Compare
Choose a tag to compare

Removed the Rust client, as it was overcomplicated to split the application like that

0.2.0

19 Jul 22:49
Compare
Choose a tag to compare
  • Fixed possible merging of messages
  • Switched to semantic versioning

1.1.0

09 Jul 16:14
86f0510
Compare
Choose a tag to compare
  • Split the project into two applications to allow external packet handling

1.0.2

08 Jul 12:52
Compare
Choose a tag to compare
  • Fixed incorrect function hook
  • More code cleanup

1.0.1

22 Jun 17:35
Compare
Choose a tag to compare

Release Notes:

  • General code cleanup (splitting long cast statements into multiple lines)
  • Made API more consistent in using uintptr_t for addresses
  • Fixed injectors freezing when looking for a virutal function table (creates a new thread instead)
  • Attachments compiled in Release mode this time

Initial Release

19 Jun 02:10
Compare
Choose a tag to compare

After a rewrite of the code and some future-proofing, the intial release is ready for GitHub!