2017-10-23 20:58:52 -04:00
2017-10-23 20:57:51 -04:00
2017-10-23 20:57:51 -04:00
2017-10-23 20:58:52 -04:00
2017-10-23 20:57:51 -04:00

XLD Log Signer

Based heavily on barrybingo/xld_sign. This is a complete disassembly of the XLD log checking algorithm, re-implemented in Python 3.6+. Includes an option to fix those pesky edited logs.

Usage

usage: xld.py [-h] (--verify | --sign) FILE

Verifies and resigns XLD logs

positional arguments:
  FILE        path to the log file

optional arguments:
  -h, --help  show this help message and exit
  --verify    verify a log
  --sign      sign or fix an existing log

Why

:-)

Description
Python logchecker for XLD logs
Readme MIT 123 KiB
Languages
Python 100%