metasploit-execute-assembly
metasploit-execute-assembly copied to clipboard
debugging the HostingCLR DLL
Hi, not really an issue with the project. I'm trying to add a couple of features to the HostingCLR DLL. However, since the DLL is reflectively loaded in the target program (let's say notepad.exe) how can I have a source code level debugging? Any tip?
I can attach to notepad.exe and set a breakpoint in the thread address that's going to be remotely triggered. However, I only have assembly level debugging.
Any trick to be able to enjoy source code level debugging?
Thank you.
I'm sorry for the late reply. I use to put writes on a file for debug information. In any case, before working on this module, first check the official version in metasploit. I can't guarantee this version is aligned.