jfmaes / CSharpReflectionWorkshop

The repository that complements the From zero to hero: creating a reflective loader in C# workshop
38 stars 14 forks source link

Passing Arguments #4

Open yobroda opened 2 years ago

yobroda commented 2 years ago

i have a doubt that though using this technique, rubeus can be reflectively loaded but how to pass arguments to Rubeus to work with? Encountering errors when trying to put arguments in dotnetProgram.EntryPoint.Invoke(null, new string [] { "currentluid"};

please suggest😅

yobroda commented 1 year ago

Issue got resolved