This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dnlib
updated
8 files
+37 −19 | src/DotNet/AssemblyResolver.cs | |
+22 −0 | src/DotNet/Emit/LocalList.cs | |
+19 −0 | src/DotNet/ModuleDef.cs | |
+0 −19 | src/DotNet/ModuleDefMD.cs | |
+1 −1 | src/DotNet/TypeRef.cs | |
+24 −3 | src/DotNet/Writer/ModuleWriterBase.cs | |
+5 −2 | src/DotNet/Writer/PreserveTokensMetaData.cs | |
+33 −3 | src/PE/PEImage.cs |