AsmResolver icon indicating copy to clipboard operation
AsmResolver copied to clipboard

A library for creating, reading and editing PE files and .NET modules.

Results 65 AsmResolver issues
Sort by recently updated
recently updated
newest added

### Problem Description Many use-cases of AsmResolver will involve opening "weird" binaries. These include binaries that are either half-broken / corrupted, or intentionally made difficult to read properly as a...

enhancement

### Problem Description .NET binaries often depend on one or more DLL dependencies. These in turn may have dependencies on their own, all the way back to mscorlib (.NET Framework)...

enhancement
dotnet

### Problem Description PE sections can have names that have invalid UTF-8 code points in the 8 bytes that make up the name field. The conversion of `byte[]` to a...

enhancement
pe-file

### Problem Description The structure of the AsmResolver project is hierarchical, where different concerns of functionality are split up into multiple directories and sub-directories. While this improves the project structure,...

enhancement

### Problem Description The initial design of AsmResolver v4.0 defined many interfaces defining common structures found in the PE file format, with the intention to be open about possible implementations....

enhancement

### Description This is a tracking issue. The following provides an overview of all symbols that currently have read-support in `AsmResolver.Symbols.Pdb`. Technically, this is not a complete list of all...

enhancement
up-for-grabs
pdb

### Description This is a tracking issue. The following provides an overview of all leaf records that currently have read-support in `AsmResolver.Symbols.Pdb`. Technically, this is not a complete list of...

enhancement
up-for-grabs
pdb

### Description Thank you for your incredible work. While learning how to use it, and considering that Im a newby reversing advanced .NET assemblys, I got a little confused with...

enhancement
docs

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Resources.Extensions&package-manager=nuget&previous-version=7.0.0&new-version=8.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- **Note:** Dependabot was ignoring updates to this dependency,...

dependencies
.NET