Quote:
Originally Posted by cracki
I'm currently debugging a .NET DLL that, upon execution, loads some dependencies using the:
C#:
from its own resources. These new References (DLLs) appear in the dnSpy list, but how can I edit them?
|
You need to follow the techniques similar to the ones described here, although it's for another protector:
Quote:
|
https://insinuator.net/2018/04/reversing-and-patching-net-binaries-with-embedded-references/
|