Quote Originally Posted by iluvseq View Post
The good news is that processes without ASLR enabled return 0x400000 as their baseaddress, so the same code works either way. (IDA offset - 0x400000 + 0x400000 == IDA offset) so you don't need to detect the OS or have split logic for ASLR vs. non-ASLR
Yep. I am there. I got it connecting, and it will identify the zone. Looking in to how zone spawns are done now. It does not send spawns over. So it is about making the adjustments in the places it accesses memory now. So getting close. If I can get an hour to finish this, I might be able to wrap it up.