Skip to content

Releases: AridTag/BinjaNxt

BinjaNxt 0.0.5

17 Nov 01:56
061485d
Compare
Choose a tag to compare
BinjaNxt 0.0.5 Pre-release
Pre-release

Changes included in this pre-release:

  • Update the license to include Contributors
  • jag::Isaac::init and jag::Isaac::generate

Thanks to @ccarpenter04 for the above implementations.

BinjaNxt 0.0.4

26 Jun 02:48
6f73ec2
Compare
Choose a tag to compare
BinjaNxt 0.0.4 Pre-release
Pre-release

Changes included in this pre-release:

  • Identification of jag::FrameTime::m_CurrentTimeMS
  • Removes namespace_sep because the bug affecting :: has been fixed in Binary Ninja
  • Identification of jag::game::ServerConnection::MakeClientMessagejag::ClientProt
  • Identification of jag::RegisterClientProt
  • Add labeling of jag::ClientProtOp_

BinjaNxt 0.0.3

09 Feb 06:18
0.0.3
6dfb37a
Compare
Choose a tag to compare
BinjaNxt 0.0.3 Pre-release
Pre-release

Changes included in this pre-release:

  • Identification of jag::Client vtable
  • More documenting comments
  • Fix assignments to JagTypes
  • Attempt to fix function paramters for HandlePacket methods
    • Only change types / names of parameters that actually exist because auto-analysis won't let us keep ones it doesn't think we should have
  • Misc

BinjaNxt 0.0.2

08 Feb 04:36
0.0.2
d568e83
Compare
Choose a tag to compare
BinjaNxt 0.0.2 Pre-release
Pre-release

Added

  • Detection of static pointer to jag::Client

Changed

  • Changed namespace separator from :: to _ because the Binja UI doesn't parse type names with :: in them.
  • General refactoring

BinjaNxt 0.0.1

07 Feb 07:47
2e3aee7
Compare
Choose a tag to compare
BinjaNxt 0.0.1 Pre-release
Pre-release
Initial release