Tagged Questions
3
votes
2answers
1k views
C# Theoretical: Write a JMP to a codecave in asm
Lets assume I've allocated the address where my codecave is placed using VirtualAllocEx (it returns the address) and I write my code into that address using WriteProcessMemory().
Here's the question:
...
1
vote
0answers
90 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 ...