1.0.2 • Published 6 years ago

ko-klg-reader v1.0.2

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

Knight Online Log Reader

Knight Online client creates log.klg but its encrypted with some algortihm. This simple software simply decodes it and outputs to stdout. It is quite fast.

npm.io

Install

  • install node.js
  • type in terminal npm i ko-klg-reader -g

Usage

  • type in terminal klgread log.klg

Tips

You may create decrypted file by simply typing;

klgread log.klg > log.decrypt.klg