项目作者: Cynosphere

项目描述 :
Small node.js script to extract JPEGs embedded into files
高级语言: JavaScript
项目地址: git://github.com/Cynosphere/simple-jpeg-extractor.git
创建时间: 2019-12-26T17:41:32Z
项目社区:https://github.com/Cynosphere/simple-jpeg-extractor

开源协议:The Unlicense

下载


simple-jpeg-extractor

Small node.js script to extract JPEGs embedded into files

Created to extract JPEGs from Shockwave file types, mainly W3D/“3de” and DCR files.

Usage

node extract.js path

Dependencies

None, uses node.js standard libraries fs and path.

“Why not just use binwalk?”

binwalk tends to overshoot data ending up in large filesizes in some cases.

Planned Features

  • Get texture names from W3D files and use it instead of array index for file names Done