When analyzing a PE file's Import Address Table (IAT), what does it signify if the IAT entries are all zeros before the executable is loaded?
-
A
The binary is corrupted and cannot be executed
-
B
The IAT is populated by the Windows loader at runtime with resolved function addresses
-
C
The binary uses only statically linked libraries
-
D
The binary employs position-independent code exclusively