hsorbo / frida-screenshot

Grab screenshots using Frida.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frida-screenshot

Grab screenshots using Frida.

Example

const screenshot = require('frida-screenshot');

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

About

Grab screenshots using Frida.

License:MIT License


Languages

Language:JavaScript 100.0%