Coder Social home page Coder Social logo

screenshot_ninja's Introduction

Screenshot Ninja

Screenshot Ninja makes it easy to capture screenshots inside Binary Ninja.

Features

Screenshot Ninja currently allows you to capture screenshots:

  • of the active linear/graph view;
  • of the entire Binary Ninja window; and
  • at custom scaling factors, such as 2x or 3x the native resolution.

Install

You can get Screenshot Ninja by:

  • installing it through Binary Ninja's plugin manager;
  • cloning this repository into your user plugins folder; or
  • downloading and extracting a release into your user plugins folder.

If you plan to use the scripting functionality, the latter two options are recommended, as the plugin manager adjusts module names.

Usage

Screenshot Ninja can be used from the context menu or command palette, as well as from the console as a Python module.

From the user interface

Use the context menu or command palette to find Screenshot Ninja's commands. The "save view image" command family will save an image of the active linear/graph view, while the "save window image" command family will save an image of the entire Binary Ninja window.

As a Python module

You can import Screenshot Ninja in the Python console like this:

import screenshot_ninja

You can then use the renderActiveView and renderActiveWindow functions as you wish. Both functions return a QPixmap, which you are responsible for saving yourself. Additionally, both functions will throw a ValueError if something goes wrong, so be sure to catch it.

License

Copyright © 2021-2023 Jon Palmisciano. Licensed under the MIT License. For additional information, see LICENSE.txt.

screenshot_ninja's People

Contributors

ayrx avatar jonpalmisc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

ayrx

screenshot_ninja's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.