CakeTheLiar / BinToReadable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BinToReadable

A quick & dirty Python3 script to convert NetFramework.Skyrim.bin from https://www.nexusmods.com/skyrimspecialedition/mods/21294 to a humanly readable format (currently Json).

Usage:

Encode python bindtoreadable.py (-e/--encode) -i <inputfile> [-o <outputfile>]

Decode python bindtoreadable.py (-d/--decode) -i <inputfile> [-o <outputfile>]

About

License:MIT License


Languages

Language:Python 100.0%