Hoping this will merge the latest dnlib to the library by yck1509 to use with his obfuscator#2
Open
timnboys wants to merge 564 commits intoyck1509:masterfrom
Open
Hoping this will merge the latest dnlib to the library by yck1509 to use with his obfuscator#2timnboys wants to merge 564 commits intoyck1509:masterfrom
timnboys wants to merge 564 commits intoyck1509:masterfrom
Conversation
679687e to
55bbaed
Compare
… generic types, closes #299
…parer Resolve `SigComparer` regression introduced in 4.0
* Optimize finding CustomAttribute by a full name * Revert newlines * Check if fullName is null
resolve System.InvalidOperationException:“Reloc section must be the last section, use AddSection() to add a section”
Update Example6.cs for resolve System.InvalidOperationException
…umn-sizes Fix incorrect column sizes when writing portable or embedded PDB files
Check overlaps
Clean moduleSearchPaths
Implement IMemberDef for ITypeOrMethodDef
Sync ReturnParameter
* Add new `AllowByRefLike` generic parameter attribute * Update `GenericParamAttributes.SpecialConstraintMask`
Sort `ExportedType` table when writing to comply with new ECMA Augments
`ModuleWriter` no longer ignores `Cor20HeaderOptions.EntryPoint` value
…eworkAttribute Fix potential infinite loop in `TryGetOriginalTargetFrameworkAttribute`
Add support for `TypeAttributes.ExtendedLayout`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hoping this will merge the latest dnlib to the library by yck1509 to use with his obfuscator