View Single Post
  #3  
Old 01-07-2024, 23:57
th3tuga th3tuga is offline
Friend
 
Join Date: Oct 2023
Posts: 31
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 16 Times in 10 Posts
th3tuga Reputation: 0
Quote:
Originally Posted by cracki View Post
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?
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/
Reply With Quote
The Following 2 Users Say Thank You to th3tuga For This Useful Post:
cracki (01-08-2024), niculaita (01-08-2024)