nerdexam
GIAC

GCIH · Question #611

Which of the following best describes a statically linked binary?

The correct answer is B. A self-contained program that needs no external libraries. Statically linked binaries do not rely on any of the code libraries on the victim machine. Because attackers might have altered these libraries, we want to use tools that have all libraries built-in.

Malware Analysis & Advanced Persistent Threats

Question

Which of the following best describes a statically linked binary?

Options

  • AA binary program that contains debugging and symbol table information
  • BA self-contained program that needs no external libraries
  • CSource code that is linked to a specific operating system
  • DSource code that is compiled and linked into a binary

How the community answered

(18 responses)
  • A
    6% (1)
  • B
    94% (17)

Explanation

Statically linked binaries do not rely on any of the code libraries on the victim machine. Because attackers might have altered these libraries, we want to use tools that have all libraries built-in.

Topics

#static linking#binary analysis#malware analysis#PE structure

Community Discussion

No community discussion yet for this question.

Full GCIH Practice