Skip to content

Instantly share code, notes, and snippets.

View laitingsheng's full-sized avatar

Tinson Lai laitingsheng

  • Zenseact
  • Shanghai, China
  • 00:04 (UTC +08:00)
View GitHub Profile
@laitingsheng
laitingsheng / gvas.py
Last active February 7, 2023 02:22
Simple Python scripts for game saves parsing
# -*- coding: utf-8 -*-
__all__ = []
import argparse
import io
import json
import logging
import re
import struct
import sys