IDA disassembler view of loaded DLL in process address space

40 Views Asked by At

I'm using IDA to understand the Wow64 subsystem on Windows 64. I loaded a 32 bit PE executable into IDA.

I'd like to view all the DLL loaded in the process's address space (there should be actually two ntdll versions, namely the 32 bit version and the 64 bit one).

Can you help me ? Thanks.

0

There are 0 best solutions below