Hoping this will merge the latest dnlib to the library by yck1509 to use with his obfuscator#2
Open
timnboys wants to merge 573 commits into
Open
Hoping this will merge the latest dnlib to the library by yck1509 to use with his obfuscator#2timnboys wants to merge 573 commits into
timnboys wants to merge 573 commits into
Conversation
679687e to
55bbaed
Compare
ea4a7f4 to
b4843c7
Compare
… generic types, closes #299
7c75f09 to
2568b46
Compare
* Allowing overwriting of the dll name which should be imported * Fixing length calculation issue * Allow users to overwrite EntryPointName * Adding hint about ijwhost on .NET Core to readme
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`
- Use .NET 10, since .NET 6 is not by default on new computer anymore and it's not supported - You cannot save to drive C: in Windows 11 by default. Maybe just my computer, who knowns. Anyway, that make examples Windows only, which is unnecessary - Example3 crashed, since invariant changed, and you should pass empty string as locale.
Preserve the type name string in `CustomMarshalType` if parsing it fails
Modernize examples
Fix AssemblyResolver.Remove for fuzzy find
Add MethodImplAttributes.Async flag
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