I have a project, which reads the memory of other programs. Since the memory structure of x64 and x86 programs is vastly different, i created 2 “slave programs”, one being 64 bit and the other is 32 bit. The “master program” runs the 2 “slave programs” and instructs them what to do. So i have […]