Reflective Load
[System.Reflection.Assembly]::Load()
Load assembly executables into memory.
Simple example of loading Rubeus
Loading DLL files
Example assembly dll
Loading and interacting with assembly
References
https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly.load?view=net-7.0
Last updated