🐛 Bugfixes
- Fixed used instruction set for trace service by @mkaring in #331
- Fixed RickRoller link for .NET Reflector users by @alexmurari in #332
- Fixed invalid handle error in
anti debug
protection by @mkaring in #329 - Improved template mode for CLI by @mkaring in #330
- Fixed VTable analyzer for fully inherited slots by @mkaring in #344
- Renaming fixes and improvements by @KvanTTT in #305
- Fix renaming if shortNames parameter is true by @KvanTTT in #377
- Case insensitive handling of culture identifier by @mkaring in #391
- Fixed readme file by @mkaring in #392
- Fixed faulty activation of hardening protection by @mkaring in #402
- Fixing culture problem in decoder unit test by @mkaring in #403
- Fixing key file path for msbuild integration by @mkaring in #417
- Added description to nuget package by @mkaring in #418
- Fixed detection of blocking references across multiple assemblies by @mkaring in #425
- Add BlockingReferences test (failing for now) that reveals #379 by @KvanTTT in #398
- Fixed rewriter for TypeScramber by @mkaring in #449
- Fixed the Obfuscation Attribute marker by @mkaring in #446
- Fix handling of relative paths by @mkaring in #447
🎉 Improvements
- Added support for C# CallSite Binder by @mkaring in #350
- Renaming fixes and improvements by @KvanTTT in #305
- Implement ParamDef copy for the code injection by @oSumAtrIX in #366
- Add more error info when method not found by @a180285 in #372
- Changing header of compression block to 4 byte integer by @mkaring in #304
- Add test MessageDeobfuscationWithSymbolsMap for sequential rename mode by @KvanTTT in #378
- Using cache during analysis phase by @mkaring in #374
- Renaming improvements by @KvanTTT in #384
- Improve reversible renamer protection with random password by @KvanTTT in #393
- Clarify name generation in sequential renaming mode by @KvanTTT in #409
📦 Dependencies
- Bump
dnlib
from 3.3.2 to 3.4.0 - Bump
Microsoft.Build.Framework
from 16.8.0 to 16.11.0 - Bump
Microsoft.NET.Test.Sdk
from 16.8.3 to 17.0.0 - Bump
Microsoft.NETFramework.ReferenceAssemblies
from 1.0.0 to 1.0.2 - Bump
Microsoft.SourceLink.GitHub
from 1.0.0 to 1.1.1 - Bump
Moq
from 4.16.0 to 4.16.1 - Bump
Nerdbank.GitVersioning
from 3.3.37 to 3.4.255 - Bump
Ookii.Dialogs.Wpf
from 3.1.0 to 4.0.0 - Bump
System.IO.Packaging
from 5.* to 6.*
New Contributors
- @alexmurari made their first contribution in #332
- @oSumAtrIX made their first contribution in #366
- @a180285 made their first contribution in #372
Full Changelog: v1.5.0...v1.6.0