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

hasherezade/exe_to_dll

Converts a EXE into DLL observed · 2026-08-28

github.com/hasherezade/exe_to_dll · C++ · BSD-2-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

55/100

  • Activity 42
  • Release rhythm 47
  • Longevity 100
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: 13.0
  • age_days: 2330
  • days_rel: 354
  • days_push: 353
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

1373 stars · 206 forks observed · 2026-08-28

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

A command-line tool that converts a Windows EXE into a DLL that can be loaded like a library, exporting the original entry point as a 'Start' function. It supports both 32-bit and 64-bit PE files and is aimed at reverse engineering and malware analysis workflows.

Use cases

  • convert an exe into a dll
  • load an exe like a library
  • call functions inside an exe via rundll32
  • analyze malware samples by converting them to dlls
  • export an exe's entry point as a dll function

When to choose

  • you need to load or invoke an EXE's code as a DLL for analysis
  • you want to call the original entry point of a PE via rundll32 or LoadLibrary

When to avoid

  • you need to convert DLLs into EXEs
  • you work with non-PE binaries such as ELF or Mach-O
  • you need a GUI tool

Facets

cli-tool · maturity stable

reverse-engineering cli developer-tools security reverse-engineering developer-tools windows cpp cli pe-files malware-analysis binary-conversion portable-executable command-line

1 source

Member repositories

RepositoryRoleHealth v2
hasherezade/exe_to_dllmain55

For agents

markdown · JSON · MCP: product_card(name="hasherezade/exe_to_dll")

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