I know how to get this information. (From _PEB_LDR_DATA.)
Question is, how do I get this information atomically from same process? (To get this information from different process, I would suspend it.)
Should I suspend all other threads of current process? Or there is an easier way?