I'm trying to disassemble ntdll.dll to look at some Native API libraries. I tried in both on OllyDBG (by using loaddll.exe) and using dumpbin with the /disasm option.
It seems like the output of both programs are very different. Firstly, the memory addresses don't match up, neither do the number of lines. Furthermore, the function calls are not the same.
Am I doing something wrong here? What am I actually seeing in both cases. I thought I was going to see identical code being presented on both parts.