I am trying to disassemble the 64-bit ntdll.dll
using IDA. From my understand, this DLL is located in C:\Windows\System32
on a Windows 64-bit OS. When I disassemble this DLL, it shows 32-bit addresses and a 32-bit instruction set. However, in the debugger, when I load this library into a process from the same directory, it has a 64-bit instruction set during runtime.
How can I disassemble the 64-bit ntdll
?