renzokuken01
Programmer
hi, i'm trying to come up with a method (either through another executable or dll) where the contents of an already running windows executable -- the stack, heaps, handlers, import pages, raw data, reference to virtual space -- basically the contents of a PE image, can be copied.
after this, i would like to write these data to another instantiation of the same executable and thereby creating a fork() emulation.
after this, i would like to write these data to another instantiation of the same executable and thereby creating a fork() emulation.