Payload creation [.NET]
Interacting with application libraries
If we want to interact with application code in order to get some information from the code of debugged information we have to Import References:
Project > Add Reference

After that we have to select all required libraries, if they are not present we have to browse for .dll file containing the data.
DNSpy + local program
Want to play a little bit with functions in dnSpy using your own program?
Try this:
Debugger > Start Debugging > Enter path for debug binary
Last updated