hex-patch 1.12.5

HexPatch is a binary patcher and editor with terminal user interface (TUI), it's capable of disassembling instructions and assembling patches. It supports a variety of architectures and file formats. Also, it can edit remote files via SSH.
Documentation
markdown: GFM

include: 
  - CODE_OF_CONDUCT.md
  - CONTRIBUTING.md

plugins:
  - jekyll-feed
  - jekyll-seo-tag
  - jekyll-sitemap

author:
  name: Ettore Ricci
  email: ettore.ricci.coding@gmail.com

defaults:
  - scope:
      path: ""
      type: "pages"
    values:
      layout: "pages"

nav:
  - title: Documentation
    items:
    - title: Settings
      url: /SETTINGS.html
    - title: Internationalization
      url: /I18N.html
    - title: Plugin API
      url: /PLUGIN_API.html
  - title: Screenshots
    url: /SCREENSHOTS.html
  - title: Community
    items:
    - title: Contributing
      url: /CONTRIBUTING.html
    - title: Code of Conduct
      url: /CODE_OF_CONDUCT.html
    - title: Security Policy
      url: /SECURITY.html
  - title: About
    url: /ABOUT.html