When i rename it to like Console.dll then try inject it it says its not a dll or something like that
Im New To Coding
How do I inject it to svchost.exe?
How do I use it with C#?
Originally Posted by Clxrk
How do I use it with C#?
You are going to need a code cave. Allocate memory in the process and write assembler instructions to it. Then simply call CreateRemoteThread with the thread being the address of the code cave. Your code cave will have to call Sys_ShowConsole and then create a message queue. If you come across issues when doing this you can ask me for help.