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

Washi1337/AsmResolver

A library for creating, reading and editing PE files and .NET modules. observed · 2026-09-01

github.com/Washi1337/AsmResolver · homepage · C# · MIT (permissive) observed · 2026-09-01

Health v2 · maintenance only

94/100

  • Activity 100
  • Release rhythm 83
  • 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: 69
  • age_days: 4942
  • days_rel: 39
  • days_push: 4
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1117 stars · 154 forks observed · 2026-09-01

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

AsmResolver is a .NET library for reading, modifying, and writing Portable Executable (PE) files, including those with .NET metadata. It provides high-level object models for PE structures, .NET modules, method bodies, and PDB symbols while remaining robust against malformed or obfuscated binaries.

Use cases

  • parse and inspect PE file headers and sections
  • edit or patch .NET assemblies programmatically
  • reconstruct import address tables in binaries
  • analyze obfuscated or malformed .NET modules
  • read PDB and Portable PDB symbol files
  • build tools for malware analysis of Windows executables
  • clone or import .NET metadata between assemblies

When to choose

  • you need a fully managed, cross-platform API for PE and .NET binary manipulation
  • you are building reverse-engineering, deobfuscation, or malware-analysis tooling in .NET
  • you need fine-grained control over PE file layout and low-level structures
  • you want to read PDB symbols without native dependencies like DIA

When to avoid

  • you only need to run or decompile .NET assemblies rather than edit them
  • you need disassembly of arbitrary native machine code beyond PE structure handling
  • you work outside the .NET ecosystem and cannot use .NET libraries

Facets

library · maturity active

parser serialization reverse-engineering developer-tools reverse-engineering security developer-tools files cross-platform windows dotnet pe-files dotnet-metadata cil malware-analysis binary-patching pdb-symbols linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
Washi1337/AsmResolvermain94

For agents

markdown · JSON · MCP: product_card(name="Washi1337/AsmResolver")

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