/ysc-ida

GTA 5 YSC Script Disassembler for IDA

Primary LanguagePython

ysc-ida

Hex-Rays IDA processor module & loader to dissassemble Grand Theft Auto V YSC scripts in IDA 7/8. Requires a decompressed YSC file from GTA5. alt text

Usage

  1. Put ysc.py into <IDA_DIR>/procs/
  2. Put ysc_loader.py into <IDA_DIR>/loaders/
  3. Export a ysc.full file using a tool such as OpenIV, and import it into IDA. Select YSC Loader from the list.

Requirements

  • Python 3.x
  • IDA 7/8 (tested on 8.2)