All Projects → stong → Hxd Plugin

stong / Hxd Plugin

Licence: mpl-2.0
Handy HxD plugin for various conversions like base64

Projects that are alternatives of or similar to Hxd Plugin

Linktoselection
Allow your website visitors to deep-link to any selected page content
Stars: ✭ 5 (-79.17%)
Mutual labels:  plugin
Skpm
💎📦 A utility to build and publish Sketch plugins
Stars: ✭ 890 (+3608.33%)
Mutual labels:  plugin
Wdl Ol
Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
Stars: ✭ 906 (+3675%)
Mutual labels:  plugin
Droidplugin
A plugin framework on android,Run any third-party apk without installation, modification or repackage
Stars: ✭ 6,683 (+27745.83%)
Mutual labels:  plugin
Blueprintsound
A plugin for Unreal Engine 4 that surfaces sound-related functionality to Blueprint.
Stars: ✭ 6 (-75%)
Mutual labels:  plugin
Runconfigurationasaction
Provides a way to use IntelliJ run configurations as buttons
Stars: ✭ 17 (-29.17%)
Mutual labels:  plugin
Jquery.print
Easy to use, Element Printing Plugin for jQuery
Stars: ✭ 772 (+3116.67%)
Mutual labels:  plugin
Rebar3 clojerl
rebar3 Clojerl compiler plugin
Stars: ✭ 23 (-4.17%)
Mutual labels:  plugin
Idaskins
Advanced skinning plugin for IDA Pro
Stars: ✭ 832 (+3366.67%)
Mutual labels:  plugin
Sublimeallautocomplete
Extend Sublime autocompletion to find matches in all open files of the current window
Stars: ✭ 906 (+3675%)
Mutual labels:  plugin
Themeskinning
A library can easy to change your app's theme for android
Stars: ✭ 827 (+3345.83%)
Mutual labels:  plugin
Showdown Htmlescape
Plugin for Showdown to prevent the use of arbitrary HTML and allow only the specific Markdown syntax.
Stars: ✭ 6 (-75%)
Mutual labels:  plugin
Vagrant Parallels
Vagrant Parallels Provider
Stars: ✭ 893 (+3620.83%)
Mutual labels:  plugin
Roundcube Removeattachments
Roundcube plugin to add an option to remove attachments from a message.
Stars: ✭ 5 (-79.17%)
Mutual labels:  plugin
Kafka Connect Elasticsearch Source
Kafka Connect Elasticsearch Source
Stars: ✭ 22 (-8.33%)
Mutual labels:  plugin
Iro.js
🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats
Stars: ✭ 796 (+3216.67%)
Mutual labels:  plugin
Hyper Always On Top
Extension for Hyper.app to optionally keep window always on top
Stars: ✭ 16 (-33.33%)
Mutual labels:  plugin
Confiscate
Discover duplication glitches, abusive staff giving items, x-ray or simply poor server economy.
Stars: ✭ 23 (-4.17%)
Mutual labels:  plugin
Figmiro Plugin
Figma Integration with Miro (Plugin)
Stars: ✭ 23 (-4.17%)
Mutual labels:  plugin
Intellij jahia plugin
Jahia's definitions.cnd files syntax highlighting, code completion, and other amazing stuff
Stars: ✭ 19 (-20.83%)
Mutual labels:  plugin

HxD plugin for useful conversions

A screenshot for my favorite hex editor, HxD.

screenshot.png

Features

  • Copy as string literal "\x12\x34\x56\x78"
  • Copy as Python array [0x12, 0x34, 0x56, 0x78]
  • To/from Base64

Based off the example by the HxD author

Unfortunately, the selection size is limited to 0x1000 for performance reasons.

Installation

Download from releases and add to C:\Program Files\HxD\Plugins. Create the folder if it doesn't already exist

Requirements

This is only supported on HxD 2.4.0.0 but it will still work on other versions.

Compiling

Compile the solution in Examples\C++ with VS2019

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].