Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/nowsecure/frida-screenshot

Grab screenshots using Frida.
https://github.com/nowsecure/frida-screenshot

frida frida-screenshot ios nodejs screenshot

Last synced: 3 months ago
JSON representation

Grab screenshots using Frida.

Lists

README

        

# frida-screenshot

Grab screenshots using [Frida](https://frida.re).

## Example

```js
import screenshot from 'frida-screenshot';

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