
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
grandeomega-patcher
Advanced tools
A dependency patcher for Grande Omega.
The objective of this tool is to patch Grande Omega's dependencies, removing unnecessary dependencies, updating dependencies and most importantly: Fix electron for Linux users.
This tool can also apply skins from the Grande-Omega-skins organization.
The CLI tool can patch the mac version of Grande Omega (works on Windows, MacOS & Linux).
NOTE: Can apply a skin on the Windows version, but can't patch the dependencies (yet).
Checks Grande Omega version (if available)
On older version (optional):
Patches Grande Omega files
Installs / updates Grande Omega dependencies
(optional) downloads & applies chosen skin
npm i -g grandeomega-patcher
go-patcher
or gopatcher
npm install
(or npm i
for short)npm start
npm i grandeomega-patcher
goPatcher = require("grandeomega-patcher")
Or with ES6 imports
import { patcher, Downloader } from "grandeomega-patcher"
// Downloader
const dl = new Downloader(/* outDir: string, goDir: string */);
await dl.downloadFile(/* url: string */);
dl.unzipFile();
// Static cleanup function
await Downloader.cleanUp(/* outDir: string, handleError?: (error: Error) => void */);
// Patcher
await patcher(/* goDir: string */);
FAQs
A dependency patcher for Grande Omega
We found that grandeomega-patcher 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.