|
ResourceDecryptor v2
Resource Decryptor 2.0
As you probably know in the case of Reactor / SmartAssembly original resources of assembly are encrypted in an resource of the protected assembly;
This will simply get the assembly containing all resources and will save them to a file on the same directory!
Adding resources from that assembly to original assembly to the file: another story, another tools!
ResourceDecryptor v2:
- re-implemented the idea of original tool (v1); now it uses easyhook:
https://easyhook.github.io/downloads.html
- Now is released as AnyCpu and as 32 bits.
It is very hard to find target which use this kind of protection;
AssemblyResolver method with second parameter System.ResolveEventArgs
the method returns and Reflection.Assembly containing resources;
this tools will simply save that Assembly to a file.
One Target:
https://forum.tuts4you.com/topic/42709-net-reactor-v6500
|