Tagged Questions

1
vote
0answers
99 views

How to serialize the data from hooked process for injector in C# and C++/CLI?

I am facing a strange problem while serializing the data from hooked process for injector (which injected the spy dll into some other process). I am successfully landing spy dll into other managed ...