New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

unnpk

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unnpk

npk package extractor

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

node-unnpk

A Node JS port of unnpk. Unpacks npk resources from netease games.

global installation

npm install -g unnpk

usage

unnpk file.npk

or you just can clone github repo and run it

local installation

git clone https://github.com/remixer-dec/node-unnpk
cd node-unnpk
npm install

usage

node unnpk file.npk

This version is more manifest-related. The Manifest (or a file with all filenames and offsets of npk archive) is usually obtained from a game's server.
The manifest file needs to be placed in manifest folder with the same name and json extension. Run unnpk without arguments to see more info.
If there is no manifest, this tool will try to guess a filename. Original unnpk project has better mime/format detection.

If you want to use manifest and forced extension-detection, type anything in 3rd argument, e.g.

node unnpk file.npk 1

Keywords

npk

FAQs

Package last updated on 03 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts