Releases: ghifari160/binwrap
Releases · ghifari160/binwrap
0.2.1
0.1.1
Changelog
Fixed
- Fixed an issue where transpiled library files are not included in the NPM distribution.
Prior versions are still usable, though they require manual building.
Navigate to the nearestnode_modules/@ghifari160/binwrapand executenpm run build.
0.2.0
Changelog
Added
- Added
.ziparchive support.
Changed
- BinWrap now handles archive format selection based on the magic number of the downloaded archive.
Supported archive types are: application/gzip(.tar.gz)application/x-bzip2(.tar.bz2)application/zip(.zip)
0.1.0
Changelog
Added
- Added library for wrapping binary executable for distribution on NPM.
Source files are filtered by host platform and architecture.