https://github.com/karashiiro/ffxivopcodewizard
How about we not work hard?
https://github.com/karashiiro/ffxivopcodewizard
ffxiv network opcodes reverse-engineering
Last synced: 9 months ago
JSON representation
How about we not work hard?
- Host: GitHub
- URL: https://github.com/karashiiro/ffxivopcodewizard
- Owner: karashiiro
- License: gpl-3.0
- Created: 2019-11-18T19:10:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T13:04:27.000Z (over 2 years ago)
- Last Synced: 2025-04-02T01:41:26.297Z (12 months ago)
- Topics: ffxiv, network, opcodes, reverse-engineering
- Language: C#
- Homepage:
- Size: 190 KB
- Stars: 70
- Watchers: 4
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FFXIVOpcodeWizard
An opcode detection and identification program for FFXIV. This doubles as a working dictionary of the game's opcodes and how to create their conditions. The purpose of this program is to automate the largely procedural reviewing of packet data in order to streamline tool updates.
## Contributing
Want to add a packet scanner? Just add a new `RegisterScanner` call to the scanner registry. The `//=================` dividers represent new conditions; scanners that rely on the behavior of previous scanners should be grouped with those scanners, without dividers. As an example, refer to the market board packets.
For the foreseeable future, we use Sapphire's names for packet types. If you believe a packet name should be changed, please make that request on the [Sapphire repository](https://github.com/SapphireServer/Sapphire). If you have discovered a new packet, please submit it to both Sapphire's `develop` branch, and to this repository.