View Single Post
  #2  
Old 09-11-2026, 20:23
XG319 XG319 is offline
Friend
 
Join Date: Sep 2026
Posts: 5
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 0 Times in 0 Posts
XG319 Reputation: 0
This is a very useful tool. I've encountered .NET Reactor and SmartAssembly protected assemblies where resources are encrypted and embedded, and having a quick way to extract them is a great first step. I especially like the EasyHook implementation, which makes it work across different architectures.

One thing I'm curious about: after extracting the resource assembly, what's the typical workflow to merge those resources back into the original (decrypted) assembly? Are there any tools or scripts you'd recommend for that step? I've been manually comparing and fixing XAML resources, which is tedious.

Thanks for sharing this!
Reply With Quote