Washi
Washi
### 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...
### Problem Description There has been some demand for .NET 3.5 targets. In particular, use cases include: - Dynamic analysis / deobfuscation of binaries targeting .NET 3.5 - Game mods...
### AsmResolver Version 5.5.1 ### .NET Version .NET 6.0 ### Operating System Windows ### Describe the Bug When using the `SignatureComparer` class to compare an imported type reference A with...
### Problem Description Currently, `IconResource::WriteToDirectory` always constructs resource directories with the language identifier 1033. ### Proposal Add `Lcid` properties to the classes related to icon resources, similar to how is...
- Adds .NET 3.5 build targets for all main packages. - Adds MonoMod.Backports as a conditional package reference for .NET 3.5 build targets. - Adds a few extra runtime-abstracting shims...
Includes: - Simplify `PEFileBuilderBase` into a common `PEFileBuilder` facilitating the general rebuilding of all data directories in a PE. New PE file builders now only have to decide on final...