Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.37 KB

File metadata and controls

35 lines (23 loc) · 1.37 KB

Plugin_VariableSizedInteger

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.

Installation

  1. Either build the plugin from the project in Xcode, or download it here.
  2. 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

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

The issue tracker is on GitHub. If you find any bugs, just open an issue.

License

Copyright (c) BullittSystems, Inc., released under the MIT license. See the license file.