frida-screenshot
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

frida-screenshot

Grab screenshots using Frida.

Example

import screenshot from 'frida-screenshot';

const png = await screenshot();
send({
  name: '+screenshot',
  payload: {
    timestamp: Date.now()
  }
}, png);

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i frida-screenshot

    Weekly Downloads

    51

    Version

    5.0.0

    License

    MIT

    Unpacked Size

    5.07 kB

    Total Files

    7

    Last publish

    Collaborators

    • oleavr
    • mrmacete