Releases: AridTag/BinjaNxt
Releases · AridTag/BinjaNxt
BinjaNxt 0.0.5
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
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
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
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
Initial release