December 20, 2025Dec 20 On 12/18/2025 at 11:14 PM, decode said:You're great, master, thank you.I've just fixed NETReactorSlayer to work with this protection:NETReactorSlayer-6.4.0.0_Fixed1:https://workupload.com/file/EU2AEkDCjSzPlease test it and let me know;
December 21, 2025Dec 21 8 hours ago, CodeExplorer said:I've just fixed NETReactorSlayer to work with this protection:NETReactorSlayer-6.4.0.0_Fixed1:https://workupload.com/file/EU2AEkDCjSzPlease test it and let me know;Hello master, it's working great, I tested it, and I'd like to ask you to send me the source code of this Slayer project and tell us the differences between this and the original, because instead of just relying on a ready-made solution, I want to learn how it was done. Finally, according to which instructions did you update Slayer? How did you discover the reason why the program wasn't working? How can we understand this, because it doesn't give any error when it's not working?
December 21, 2025Dec 21 8 hours ago, decode said:Hello master, it's working great, I tested it, and I'd like to ask you to send me the source code of this Slayer project and tell us the differences between this and the original, because instead of just relying on a ready-made solution, I want to learn how it was done. Finally, according to which instructions did you update Slayer? How did you discover the reason why the program wasn't working? How can we understand this, because it doesn't give any error when it's not working?NETReactorSlayer-6.4.0.0_Fixed9.rar:https://workupload.com/file/9FgKGVGdEEYI completely restored NETReactorSlayer-6.4.0.0\NETReactorSlayer.Core\Helper\EncryptedResource.csand just add trial Decrypter_v5.I've added ControlFlowReactor.cs for the new control flow and I've changed MethodDecrypter.cs to call it from "public void Run(IContext context)" in each Module.cctor method called.
December 25, 2025Dec 25 @CodeExplorer Very good. The bad thing is that if the executable protected with net reactor is compiled as:<PropertyGroup> <TargetFramework>net9.0</TargetFramework> <OutputType>Exe</OutputType> <PublishSingleFile>true</PublishSingleFile> <SelfContained>true</SelfContained> <RuntimeIdentifier>win-x64</RuntimeIdentifier> <PublishTrimmed>true</PublishTrimmed> <EnableCompressionInSingleFile>true</EnableCompressionInSingleFile> </PropertyGroup>NetReactorSlayer can't do anything with this.
Create an account or sign in to comment