Reputation: 1401
Well i'm actually working on a Memory Injector. What i'm actually trying to do is to inject memory into a process.
Which class would let me do this?
Upvotes: 0
Views: 317
Reputation: 22366
QSharedMemory is probably what you are after.
Of course I am assuming you are building both the injector and injected processes...
Upvotes: 1