|
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!
|