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

hasherezade/libpeconv

A library to load, manipulate, dump PE files. See also: https://github.com/hasherezade/libpeconv_tpl observed · 2026-08-28

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

Health v2 · maintenance only

67/100

  • Activity 77
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 3214
  • days_rel: n/a
  • days_push: 138
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1385 stars · 208 forks observed · 2026-08-28

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

libPeConv is a C++ library for loading, manipulating, and dumping Windows PE (Portable Executable) files. It provides a 'swiss army knife' of helper functions for building custom PE loaders, including section remapping, relocations, import loading, IAT hooking, and memory PE dumping.

Use cases

  • manually map and execute a PE file in my own loader
  • dump a PE from memory and rebuild its import table
  • hook the import address table of a loaded PE
  • build a PE binder that embeds and runs an executable from a resource
  • parse and modify PE file sections and relocations
  • write a custom PE loader for malware analysis

When to choose

  • you need fine-grained control over PE loading steps like relocations, imports, or IAT resolution
  • you are doing malware analysis or reverse engineering on Windows binaries
  • you want to dump and rebuild PEs from process memory
  • you need to load PEs from memory buffers rather than disk

When to avoid

  • you need inline function hooking - use MS Detours or MinHook instead
  • your application relies on MUI resources, which are unsupported
  • you need a cross-platform PE parser that runs on non-Windows systems

Facets

library · maturity active

parser security reverse-engineering developer-tools security reverse-engineering windows developer-tools windows cpp pe-files pe-loader manual-mapping iat-hooking malware-analysis pe-dumping

2 sources

Member repositories

RepositoryRoleHealth v2
hasherezade/libpeconvmain67

For agents

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

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