A certain process is being opened in olly, this process is creating another with CreateProcess with debug privilleges, the old process is using the TLS startup routines, the CreateProcess as well as all other activities required to open a exe for debugging in done in the startup routine, including the Debug Event loop. so it never comes out of the startup routine.
Once the new process is started i can't access the process memory of the new process using olly, is there any way this can be done using olly?
This is a self debugging process,new process and old process has the same exe.





