Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

nowsecure/frida-screenshot

Repository files navigation

frida-screenshot

Grab screenshots using Frida.

Example

import screenshot from 'frida-screenshot';

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

About

Grab screenshots using Frida.

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Packages

Contributors