Monday at 12:44 AM2 days .NET Reactor v7.5.9.1 (Aggressive Settings + Custom Anti-Tamper) Hey everyone,I put together a small challenge for anyone interested in reversing .NET protections. This one is packed using .NET Reactor v7.5.9.1 with some pretty aggressive settings, along with a bit of custom anti-tamper logic on top.Your goal is to unpack the application and recover a clean, working assembly. Protections EnabledNecroBitString EncryptionObfuscationAnti ILDASMHide Method CallsCode VirtualizationAnti TamperingAnti DebugMerge EnumsControl Flow Obfuscation (Level 9) Additional ProtectionsCustom runtime anti-debugAnti-injection checksIntegrity verificationA background watchdog thread🎯 Objectives1. Primary: Unpack the application and produce a clean assembly that runs without errors2. Bonus: Recover the correct password (completely optional) File Information Submitter Visual Studio Submitted 04/13/2026 Category UnPackMe (.NET) View File
Monday at 09:53 AM2 days Does .NET Reactor 7.5.9.1 exist in the world? Seems the latest is 7.5 : https://www.eziriz.com/reactor_download.htm
Monday at 10:40 PM1 day Author 12 hours ago, CreateAndInject said:Does .NET Reactor 7.5.9.1 exist in the world? Seems the latest is 7.5 : https://www.eziriz.com/reactor_download.htmSure does.
Yesterday at 12:15 AM1 day 1 hour ago, Visual Studio said:Sure does.Hello, could you please share the installation package? please...thank you
Yesterday at 12:29 AM1 day Author 13 minutes ago, cjhrb said:Hello, could you please share the installation package?please...thank youI am sorry, I can't as its not public yet. Don't want anything coming back on me.
Yesterday at 12:43 AM1 day 14 minutes ago, Visual Studio said:I am sorry, I can't as its not public yet. Don't want anything coming back on me.ok , I am so sorry to bather you.thank you .
16 hours ago16 hr Took a quick look, didn’t dive too deep yet.Already managed to expose part of the check (PBKDF2 → AES → "UNPACKED"), so it’s not as opaque as it first looks.This kind of protection layer is also something I’ve been dealing with in my own work:https://forum.tuts4you.com/topic/46002-continuation-fork-krypton-net-reactor-devirtualizer/#comment-229109No full unpack yet, just a quick peek for now.
13 hours ago13 hr Author 3 hours ago, dawwinci said:Took a quick look, didn’t dive too deep yet.Already managed to expose part of the check (PBKDF2 → AES → "UNPACKED"), so it’s not as opaque as it first looks.This kind of protection layer is also something I’ve been dealing with in my own work:https://forum.tuts4you.com/topic/46002-continuation-fork-krypton-net-reactor-devirtualizer/#comment-229109No full unpack yet, just a quick peek for now.Well done :) I can create some more challenges for you if you'd like, I also have Intellilock
4 hours ago4 hr along with a bit of custom anti-tamper logic on top@Visual Studio How do you add custom anti-tamper? Can we add custom anti-tamper on .net reactor 7.5? Edited 4 hours ago4 hr by CreateAndInject
59 minutes ago59 min Author 3 hours ago, CreateAndInject said:@Visual Studio How do you add custom anti-tamper? Can we add custom anti-tamper on .net reactor 7.5?If its not on the build you're using, I am assuming its coming in the near future.
22 minutes ago22 min 34 minutes ago, Visual Studio said:If its not on the build you're using, I am assuming its coming in the near future.What do you mean? Can you show some screenshot how do you add custom anti-tamper?The difference I can see is: The anti-tamper method is called by EntryPoint in your target, but it's called by <Module>::.cctor in standard .NET Reactor.
Create an account or sign in to comment