ImHex icon

ImHex 1.38.1

Hex editor for reverse engineers

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    imhex # ImHex
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    imhex # ImHex
  ];
}

Package Definition

{
  "pname": "imhex",
  "version": "1.38.1",
  "src": {
    "url": "https://github.com/WerWolv/ImHex/releases/download/v1.38.1/imhex-1.38.1-macOS-arm64.dmg",
    "sha256": "cbe57f8f16fd9a63bf0bd393d2db695ed201948a8f9167fd10b4af96847b0ee8"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ImHex.app\" && cp -r \"ImHex.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Hex editor for reverse engineers",
    "homepage": "https://imhex.werwolv.net/"
  }
}