warbler / SharpMonoInjector

A tool for injecting assemblies into Mono embedded applications, commonly Unity Engine based games
MIT License
310 stars 108 forks source link

Access Denied when enumerating process modules #15

Closed bensm1 closed 4 years ago

bensm1 commented 4 years ago

Using the following parameters it spits out an error saying 'Access Denied when enumerating process modules': smi.exe inject -p "7DaysToDie.exe" -a 7dt2.dll -n _7dt2 -c Loader -m Init

I ran cmd as an administrator and the target process isn't ran as an administrator.