How to use r2pipe-promise - 2 common examples

To help you get started, we’ve selected a few r2pipe-promise examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nowsecure / r2frida / testsuite / index.js View on Github external
async function test (name, uri, check) {
  const r2 = await r2pipe.open(uri);
  const res = await check(r2);
  console.error(res? '\x1b[32m[OK]\x1b[0m': '\x1b[31m[XX]\x1b[0m', name);
  return r2.quit();
}

r2pipe-promise

promisified r2pipe api

MIT
Latest version published 4 months ago

Package Health Score

56 / 100
Full package analysis

Popular r2pipe-promise functions