Coder Social home page Coder Social logo

bn-notepad's Introduction

Binary Ninja Notepad

A notepad, for Binary Ninja!

Preview Image

Screenshot taken with Screenshot Ninja.

This plugin is still in the early stages, but is functional enough for an initial release. For a list of known bugs and planned features, see the issues page on GitHub.

Bug reports and feature requests are welcome! Please file an issue on GitHub if you run into any difficulties or would like to see a feature added.

License

Copyright 2021 Jon Palmisciano. Licensed under the MIT License. See LICENSE.txt for additional details.

bn-notepad's People

Contributors

jonpalmisc avatar mechanicalnull avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bn-notepad's Issues

Add markdown or rich text support

It would be nice to have markdown or rich text support in the text editor, which is currently plaintext. Markdown could be complicated, rich text might be easier, but I forget what Qt offers in regard to rich text support in QTextEdit widgets.

Qt 6 support

Pretty sure this won't work under Qt 6 right now as is uses PySide2. Porting it, however, should be an easy fix.

Correct PySide6 import strategy

Using the try/catch import strategy for PySide6 is wrong - the choice should instead be determined by the Qt major version BN reports.

Notepad automatically opens

Even though False is passed as the default_visibility parameter for the notepad widget upon registration, it automatically opens regardless, which is annoying.

docking.register_widget(
NotepadDockWidget, "Notepad", Qt.RightDockWidgetArea, Qt.Vertical, False
)

Internal hyperlink support

Being able to link to addresses or functions inside the binary would be very useful - the question is how...

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.