Soooo since injected dlls are in these days i wonder is it possible make gui in C# and call functions from the injected dll and how it should be done if anyone could poke me to right direction.
What your looking for is something call IPC (Inter-process communication). Look it up in google, there are many ways of doing it, from remote memory, pipes, sockets, RPC, and others...Quote:
Soooo since injected dlls are in these days i wonder is it possible make gui in C# and call functions from the injected dll and how it should be done if anyone could poke me to right direction.