🍺 BREW Explorer

← all formulae

ired

brew install ired v0.6 MIT

Minimalistic hexadecimal editor designed to be used in scripts

2
30-day installs · #14010
3
90-day · #17857
13
365-day · #16261
87
★ GitHub stars · updated 5y ago

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Minimalistic hexadecimal editor designed to be used in scripts",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:38:55+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "ired",
  "github_default_branch": "master",
  "github_last_commit_at": "2021-03-21T00:39:55Z",
  "github_readme_excerpt": "IRED stands for the independent raw editor\n==========================================\n\nred aims to be a minimalistic reimplementation of the radare shell\nwithout much complexity and relaying all the extensibility to external\napplications trying to keep the source as small as possible.\n\nAUTHOR\n------\n\tpancake\u003cnopcode.org\u003e\n\nCOMMANDS\n========\n\n\t? is for help   get help or evaluate numeric expression\n\t/ search        search strings or hexpairs\n\t!cmd            run command from shell\n\tx hexdump       hexdump\n\tX dword dump    hexpair dump\n\t\u003e file          dump current block to file\n\t\u003c file          slurp file into current block\n\tw \"string\\x00\"  write string\n\tw 023839400     write hexpairs\n\tb 30            set block size\n\ts addr          seek address\n\tr [size|-rmv]   get filesize, truncate file to size, or -remove bytes\n\tp [bwWdDqQiIF.] print formatted the current block\n\tq               quit\n\n\nWORK IN PROGRESS\n================\nprint command\n\tb/w/d/q   byte, word, dword, qword (little endian)\n\tB/W/D/Q   byte, word, dword, qword (big endian)\n\ti/I/f/F   int32 (lil, big), float (lil, big)\n\tz/Z       zero-terminatted strings (ascii, widechar)\n\t./:       skip 1 or 4 chars\n\t*         repeat last value until death\n\nPORTABILITY\n===========\nired is known to build and run on several OS.\n- GNU, Linux, OSX, Windows (mingw), cygwin, Solaris, BSD, ...\n\nTODO:\n=====\n- support for escapped characters in string write and search ops\n- Add support for simple math ops (+,-,*,/) no parenthesis plz :)\n\nTODO/TOTHINK\n============\n- Remove \u0027.\u0027 command? to make it suck less\n- Add .! command that runs !foo \u003e file and then .file\n- Support for multiple commands in a single line (\u0027;\u0027 separator)\n",
  "github_repo": "radare/ired",
  "github_stars": 87,
  "github_topics": [],
  "homepage": "https://github.com/radare/ired",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 2,
  "installs_365d": 13,
  "installs_90d": 3,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "ired",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 14010,
  "rank_365d": 16261,
  "rank_90d": 17857,
  "raw_hash": "af60ea5c100c7274",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/i/ired.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "0.6",
  "versioned_formulae": [],
  "why_use_this": null
}