All Projects → karashiiro → FFXIVOpcodeWizard

karashiiro / FFXIVOpcodeWizard

Licence: GPL-3.0 license
How about we not work hard?

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to FFXIVOpcodeWizard

FFXIVOpcodes
Opcode repository for FFXIV.
Stars: ✭ 66 (+24.53%)
Mutual labels:  opcodes, ffxiv
TataruHelper
Tataru Helper - application for translation of in-game texts in Japan MMORPG - Final Fantasy XIV. The texts are understood as MSQ, cutscenes, quests, NPC replicas, etc.
Stars: ✭ 255 (+381.13%)
Mutual labels:  ffxiv
event-trigger
Comprehensive FFXIV Overlays, Triggers, Dot Tracker, Log Analysis, and more in an easy-to-use tool
Stars: ✭ 74 (+39.62%)
Mutual labels:  ffxiv
Yeet-Emulator
🔥 A really basic emulator to understand how IL code works.
Stars: ✭ 47 (-11.32%)
Mutual labels:  opcodes
Maelstrom
A server emulator for Final Fantasy XIV that supports Stormblood patch 4.10
Stars: ✭ 47 (-11.32%)
Mutual labels:  ffxiv
Nhaama
Multi-purpose .NET memory-editing library
Stars: ✭ 25 (-52.83%)
Mutual labels:  ffxiv
solidity-create2-example
Example of how to use the CREATE2 opcode released in the Constantinople update for Ethereum
Stars: ✭ 97 (+83.02%)
Mutual labels:  opcodes
eorzea-weather
Weather forecast for Eorzea.
Stars: ✭ 26 (-50.94%)
Mutual labels:  ffxiv
Parsable-Instructions
A parsable list of x86 instructions.
Stars: ✭ 24 (-54.72%)
Mutual labels:  opcodes
FFXIVClientStructs
Resources for reverse-engineering the FFXIV client's native classes.
Stars: ✭ 104 (+96.23%)
Mutual labels:  ffxiv
node-eorzea-weather
⛅ Weather forecast for Eorzea.
Stars: ✭ 14 (-73.58%)
Mutual labels:  ffxiv
horizoverlay
A simple horizontal damage meter overlay for Final Fantasy XIV. It currently shows player dps, damage %, hps, max hit, encounter duration and total dps. It's super configurable! It supports English, Portuguese, Chinese (S/T) and French.
Stars: ✭ 118 (+122.64%)
Mutual labels:  ffxiv
ffxiv-weather
Weather forecast and lookup for Final Fantasy XIV.
Stars: ✭ 29 (-45.28%)
Mutual labels:  ffxiv
FFTriadBuddyDalamud
Dalamud plugin for TriadBuddy
Stars: ✭ 30 (-43.4%)
Mutual labels:  ffxiv
ffxiv-gearing
Webapp for building and sharing Final Fantasy XIV gearsets. (CN)
Stars: ✭ 50 (-5.66%)
Mutual labels:  ffxiv
x86-csv
A machine-readable representation of the Intel x86 Instruction Set Reference.
Stars: ✭ 20 (-62.26%)
Mutual labels:  opcodes
xivraidteam
discord と連携して ロット管理、スケジュール管理 を自動化した FF14 零式 固定管理用スプレッドシート
Stars: ✭ 20 (-62.26%)
Mutual labels:  ffxiv
opcodesDB
x86-64 | ARM (AArch32/AArch64/THUMB) full instruction set.
Stars: ✭ 49 (-7.55%)
Mutual labels:  opcodes
Actor
📥 ACT One-click Ready. Prepare plug-ins and settings for use with FFXIV
Stars: ✭ 19 (-64.15%)
Mutual labels:  ffxiv
beamdasm
Erlang\Elixir byte code viewer. BEAM file disassembler extension for Visual Studio Code.
Stars: ✭ 44 (-16.98%)
Mutual labels:  opcodes

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. If you have discovered a new packet, please submit it to both Sapphire's develop branch, and to this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].