bin-tools
v0.0.2
Published
Tools for manipulating binary files
Downloads
2
Readme
Binary-tools
Tools for manipulating binary files
Installation
npm install bin-tools -g
Usage
bin-tools <command> [arguments...]
Commands
extract [startOffset]
Extract a .dat file in the current working directory
Caveats :
- Support the FTL game's .dat format
- You must specify the offset of the first entry
search [format]
Formats :
- Int8
- 16BE
- 16LE
- 32BE
- 32LE