All Projects → nowsecure → frida-screenshot

nowsecure / frida-screenshot

Licence: MIT license
Grab screenshots using Frida.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to frida-screenshot

VideoScreenRecorder
Record video of your screen and save the file locally 🎥
Stars: ✭ 36 (+2.86%)
Mutual labels:  screenshot
dotfiles
My amazing vim, zsh and tmux config files
Stars: ✭ 25 (-28.57%)
Mutual labels:  screenshot
ModernSimpleProfileUI
Design a Modern Simple Profile UI with Constraint Layout in Android Studio 3.1 Canary 6
Stars: ✭ 24 (-31.43%)
Mutual labels:  screenshot
LiveShot
Tool to make enhanced screenshots. Inspired on LightShot
Stars: ✭ 32 (-8.57%)
Mutual labels:  screenshot
Learn-Frida
Modding Unity app with Frida tutorial.
Stars: ✭ 143 (+308.57%)
Mutual labels:  frida
ScreenEat
screenshot made delicious
Stars: ✭ 54 (+54.29%)
Mutual labels:  screenshot
Screenshotsnanny
Android library helps take screenshots for publishing on Google Play Store.
Stars: ✭ 237 (+577.14%)
Mutual labels:  screenshot
ScreenshotToClipboard
Screenshots taken are copied to the clipboard.
Stars: ✭ 28 (-20%)
Mutual labels:  screenshot
toster
DSL framework for testing Android apps
Stars: ✭ 31 (-11.43%)
Mutual labels:  screenshot
yaf
Yet another system fetch that is minimal and customizable
Stars: ✭ 23 (-34.29%)
Mutual labels:  screenshot
HighlightTranslator
Highlight Translator can help you to translate the words quickly and accurately. By only highlighting, copying, or screenshoting the content you want to translate anywhere on your computer (ex. PDF, PPT, WORD etc.), the translated results will then be automatically displayed before you.
Stars: ✭ 54 (+54.29%)
Mutual labels:  screenshot
slip
Select and upload screenshots, gifs, and screencasts to imgur and gfycat with help of slop.
Stars: ✭ 25 (-28.57%)
Mutual labels:  screenshot
puppet-master
Puppeteer as a service hosted on Saasify.
Stars: ✭ 25 (-28.57%)
Mutual labels:  screenshot
LibAFL
Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
Stars: ✭ 1,348 (+3751.43%)
Mutual labels:  frida
nougat
Screenshot wrapper
Stars: ✭ 20 (-42.86%)
Mutual labels:  screenshot
Sharex
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
Stars: ✭ 18,143 (+51737.14%)
Mutual labels:  screenshot
Dhalang
Generate PDFs and make screenshots of HTML using Puppeteer in Ruby
Stars: ✭ 41 (+17.14%)
Mutual labels:  screenshot
ToRat client
This is the ToRat client, a part of the ToRat Project.
Stars: ✭ 29 (-17.14%)
Mutual labels:  screenshot
IPAPatch
Patch iOS Apps, The Easy Way, Without Jailbreak.
Stars: ✭ 301 (+760%)
Mutual labels:  frida
dotfiles
My setup
Stars: ✭ 84 (+140%)
Mutual labels:  screenshot

frida-screenshot

Grab screenshots using Frida.

Example

import screenshot from 'frida-screenshot';

const png = await screenshot();
send({
  name: '+screenshot',
  payload: {
    timestamp: Date.now()
  }
}, png);
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].