Ross ROSS = Recommend OSS · open-source software intelligence for agents

tyilo/insert_dylib

Command line utility for inserting a dylib load command into a Mach-O binary observed · 2026-08-28

github.com/tyilo/insert_dylib · C observed · 2026-08-28

Health v2 · maintenance only

38/100

  • Activity 13
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4418
  • days_rel: n/a
  • days_push: 522
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2092 stars · 377 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A command line utility written in C that inserts a dylib load command (LC_LOAD_DYLIB or LC_LOAD_WEAK_DYLIB) into Mach-O binaries, including fat binaries. It also handles updating the mach header and optionally stripping code signatures.

Use cases

  • inject a dylib into a Mach-O binary
  • patch an executable to load an extra library
  • remove code signature from a macOS binary
  • add LC_LOAD_DYLIB load command to a fat binary
  • make an app load a tweak dylib on macOS or iOS

When to choose

  • you need to modify an existing Mach-O binary to load an additional dylib without recompiling
  • you are doing reverse engineering or tweak development on macOS/iOS binaries
  • you want a simple, scriptable CLI for binary patching

When to avoid

  • you need to inject code into ELF or PE binaries (Linux/Windows formats)
  • you want a GUI tool or a library API rather than a CLI
  • you need to preserve valid code signatures, since patching typically requires stripping them

Facets

cli-tool · maturity active

cli developer-tools reverse-engineering developer-tools reverse-engineering operating-systems cli cpp mach-o dylib dyld code-signing binary-modification apple binary-patching command-line macos

1 source

Member repositories

RepositoryRoleHealth v2
tyilo/insert_dylibmain38

For agents

markdown · JSON · MCP: product_card(name="tyilo/insert_dylib")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem