-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Description
Heya, I'm trying to use this to decompile some PE NodeJS malware and I've ran into an issue
[riley@zenbook pkg-unpacker]$ ls
CHANGELOG.md LICENSE node_modules package-lock.json src
dist MarovezV34.exe package.json README.md tsconfig.json
[riley@zenbook pkg-unpacker]$ npm start -i ./MarovezV34.exe -o ./unpacked
npm warn Expanding --i to --iwr. This will stop working in the next major version of npm.
npm warn "./unpacked" is being parsed as a normal command line argument.
npm warn Unknown cli config "--o". This will stop working in the next major version of npm.
> pkg-unpacker@2.1.0 start
> node dist/main.js ./MarovezV34.exe ./unpacked
error: required option '-i, --input <file>' not specified
Not too sure if I'm doing something wrong, but it's not recognizing the input argument to my file
Metadata
Metadata
Assignees
Labels
No labels