Python3 and IDA7 are required.
Press Alt+F7
and Select this script
then everything is ok.
No need to set anything up !
Welcom to contribute the signatures in signatures.json.
Some mapping of synonyms provided in NAME.md
- In JmpTable Switch with certain case in path
- In simple Switch with variable parameter call
- Any call to send ZonePacket
- 【WIP】Refactoring with new switch calc and new pattern matcher
- More generators
- Support more complex but not jmptable switch
Python3 and IDA7 are required.
Run after ffxiv_opcode_finder.py
It will find all opcodes which in-game duty recorder would recorded,
which means all opcodes about content director included in.
However we still need some manual works to fixed the output opcodes_record_raw.json
to opcodes_record.json
, and then the replay_updater.py
can use it.
Python3 is required.
usage: python replay_updater.py record.dat old_record.json new_record.json <check_name>
example: py .\replay_updater.py '.\2023.01.15 20.03.49.dat' ..\output\Global_2023.01.11\opcodes_record.json ..\output\Global_2023.01.17\opcodes_record.json
It uses opcodes_record.json
to convert your record.dat recorded by in-game recorder between versions and deletes all character identities at the same time to protect your privacy.
Standalone version of replay_updater.py which fetch opcodes file from this repo online
Python3 and Httpx required.
Use pip install httpx
to install requirement.
usage: python replay_updater.py record.dat
example: py .\replay_updater.py '.\2023.01.15 20.03.49.dat'