Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
A small collection of tools to help manage your PSX ROMS for use with emulators and RetroPie.
NOTE: I have only tested this on Linux and Mac, I do not have a Windows machine to test on. But in theory it should work.
romtool merge
.bin
's into a single .cue
/.bin
pair
romtool playlist
.m3u
playlist for multi-disc gamesSee more:
popstation_md
to work, so I can convert them to ebootsAccording to the RetroPie wiki in order to play multi-disc games properly within RetroArch, you need to create a playlist .m3u
file for each multi-disc game. And in order to make a playlist for games that have multiple track files you need to merge those into a single .bin
/.cue
pair.
So this CLI tool comes with commands to find and merge all multi-track games into a single .bin
/.cue
pair. And then another option to generate a playlist file for each.
You will also need the following requirments:
romtool merge
--archive
flag with romtool merge
Install via npm
npm install -g romtool
# Dependencies
# Mac
brew install python
brew install p7zip
# For linux, just install via your package manager
Run romtool -h
for the CLI usage.
$ romtool -h
romtool <command>
Commands:
romtool merge [options] [--path] Merge multi-track roms into a single
'.bin' + '.cue'
romtool playlist [options] [--path] Create a '.m3u' playlist for multi-disc
games
romtool find-discs [options] Find all folders with multiple discs
romtool find-tracks [options] Find all folders with games that have
multiple tracks
romtool scrape-archive [options] Scrape locked links from archive.org
Options:
--version Show version number [boolean]
--verbose, -v Enable extra logging [boolean]
--help, -h Show help [boolean]
For more information on a specific command run romtool <command> -h
ex: romtool merge -h
Feel free to fork and create a pull request! All contributions are welcome! Just clone the repo, install dependencies and start coding!
git clone git@github.com:jordond/romtool
cd romtool
yarn
# Optionally run link so you can test the CLI
yarn link
For merging the multi-track files, this tool relies heavily on a python script created by @putnam
romtool, a CLI tool for managing PSX roms.
Copyright (C) 2018 Jordon de Hoog
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
FAQs
Collection of tools for managing your PSX rom collection
The npm package romtool receives a total of 5 weekly downloads. As such, romtool popularity was classified as not popular.
We found that romtool demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.