An 0xED plugin for viewing and editing variable-sized formatted integers inside of the 0xED Hex Editor.
Variable-sized formatted integers are desribed in detail in RFC 3284. The need for this plugin arose while attempting to troubleshoot issues with delta files created using open-vcdiff.
- Either build the plugin from the project in Xcode, or download it here.
- Copy
Plugin_VariableSizedInteger.plugin
into one of the following locations:~/Library/0xED/Plug-Ins
/Library/0xED/Plug-Ins
~/Library/Application Support/0xED/Plug-Ins
/Library/Application Support/0xED/Plug-Ins
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
The issue tracker is on GitHub. If you find any bugs, just open an issue.
Copyright (c) BullittSystems, Inc., released under the MIT license. See the license file.