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

cps-patcher

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cps-patcher

CLI to apply BPS patchers to ROM files

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

cps-cli

A nodejs version of https://media.smwcentral.net/Alcaro/bps/ It's used to apply .bps patches to ROM files.

Install

$ npm i cps-patcher

Usage

$ cps rom-file.ext patch-file.bps

It will create a patch-file-patched.ext with the patched ROM.

You also can use it to create multi patched ROMs at the same time:

$ cps rom-file.ext patch-file.bps anotherpatch.bps anotherone.bps

It will create patch-file-patched.ext anotherpatch-patched.ext anotherone-patched.ext.

Credits

It is a shamelees copy of https://media.smwcentral.net/Alcaro/bps/, all credits to the original creator.

License

You may do whatever you want with this, except blame the author if anything goes wrong.

FAQs

Package last updated on 30 May 2023

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