A repository for a work-in-progess clientless FFXIV:ARR bot.
Whether or not the bot will have continued support is undecided at this point in time. Probably not. A few things to note about the code:
- FFXIV:ARR uses a block-cipher known as Blowfish to encrypt sensitive information, such as the login process.
- The aforementioned cipher has a modified implementation for unknown reasons, though it is suspected that it is due to unintentional optimizations done by the compiler. See usages of CompatibilityMode in the Blowfish implementation.
Some other things to note: