cecil icon indicating copy to clipboard operation
cecil copied to clipboard

Cecil is a library to inspect, modify and create .NET programs and libraries.

Results 125 cecil issues
Sort by recently updated
recently updated
newest added

The Linux and MacOS machine types differ from the Windows machine types for (some) .NET Core runtime libraries. For example System.Runtime.dll's machine type for AMD64 is 0xFD1D, which is the...

.NET `Assembly.Load` resolves System.IO.Compression 4.2.0.0 to version 4.0.0.0 in the GAC using some magic, the assembly resolver of Cecil does not do this. Explanation from Microsoft as to why: >...

![image](https://cloud.githubusercontent.com/assets/1896620/4401645/13ca31d6-4490-11e4-9083-9754a9106284.png) this will cause some crital issues: IL0001 brtrue.s IL0002 IL0002 nop Note: the IL0001's operand equals IL0002 but if we replace IL0002 to other instruction by use this method,...

Hi @jbevain, current when a method or generic method with a nested type argument and that is defined in a generic class, the DocCommentId can't generate the comment signature of...

Many operations involved in rewriting debug symbols assume the rewritten assembly base stream is a FileStream to get file name information. This may not always be the case. To cover...

I was doing some analysis of all assemblies on NuGet.org using Azure Functions and I found some packages failed with `OutOfMemoryException`. Many assemblies load without a problem, but I found...

Hi /all contributors! First, I'd like to thank you for your hard work. I'd like to ask your suggestion regarding the following case: I have code that adds (for simplicity)...

The value of the "Type" column in the constant table is now determined from the object's type; not the field or parameter's declared type, avoiding calling the resolver when the...