
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
This is the NodeJS module and Browser ready emscripten builds of radare2.
const r2core = require('r2core');
const c = new r2core();
console.log(c.cmd('?E Hello World'));
You can create multiple instances of RCore and you can open external resources too:
c.open('/bin/ls');
Build radare2.js with radare2-release
r2pm -r r2rls docker_asmjs
Now you may run make
to minify the radare2.js and generating r2core.js.
This process is using uglifyjs and closurejs
or get it from:
http://cloud.rada.re/asmjs/radare2.tiny.js
You can now use this file from nodejs or the browser
open webtest.html
node test.js
FAQs
emscripten build of radare2 with an r2pipe api
The npm package r2core receives a total of 6 weekly downloads. As such, r2core popularity was classified as not popular.
We found that r2core 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.