View Single Post
  #1  
Old 01-07-2024, 13:39
cracki cracki is offline
Friend
 
Join Date: Oct 2003
Posts: 96
Rept. Given: 19
Rept. Rcvd 11 Times in 6 Posts
Thanks Given: 12
Thanks Rcvd at 11 Times in 5 Posts
cracki Reputation: 11
How to Patch (IL Edit) of Assembles loaded from Resource

I'm currently debugging a .NET DLL that, upon execution, loads some dependencies using the:
C#:
Code:
Assembly.Load
from its own resources. These new References (DLLs) appear in the dnSpy list, but how can I edit them?
Reply With Quote