c++ - Process injection - 32 bit process to 64 bit process -


It is an idea to create a cross-platform DLL injection program that both can inject 32-bit and 64-bit processes First of all, I know that the trend of this question is "It is not immediately possible", it would be an immediate, but I had the idea of ​​writing 64-bit assembly or 32-bit assembly based on its structure in the target process. I do not have any clue if this is possible, this is the reason why I am here to have any thoughts?


Comments