Kazuma
Kazuma

Reputation: 1401

Inject memory to a process using Qt

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

Answers (1)

cmannett85
cmannett85

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

Related Questions