bps.js
v0.0.1
Published
BPS patching utility
Readme
bps.js
Apply BPS patches, like the kind you'd use for a ROM hack.
Installation
yarn global add bps.jsUsage
Command line
# Applying a patch
bps apply clean.rom patch.bps changed.romJavaScript
Note: All files are expected to be Buffer instances.
import { applyBpsPatch } from 'bps.js';
// Applying a patch
const targetFile = applyBpsPatch(sourceFile, patchFile);License
ISC © Keith McKnight
