Injecting a managed dll into a native process

前端 未结 1 1430
甜味超标
甜味超标 2021-01-15 04:27

I\'m trying to inject a managed c# dll into a native executable. I\'m injecting the following code into the executable in order to load the CLR.

I know the injection

1条回答
  •  醉梦人生
    2021-01-15 05:06

    I've found the answer to the problem, atleast for me, the process that the bootstrap is injected into needs to have admin permissions. It took me ages to realise as all programs have admin permissions by default for me, and once I started the process I was injecting into as Administrator it worked!

    0 讨论(0)
提交回复
热议问题