Computer Hacking Forensic Investigator (CHFI) — Question 62

In Linux, what is the smallest possible shellcode?

Answer options

Correct answer: A

Explanation

The correct answer is A, 24 bytes, which is the smallest shellcode size that can still perform a function in Linux. Options B, C, and D represent sizes that are either too small to execute useful commands or excessively large compared to the minimum required size.