Multiple choice general knowledge science & technology

Which of the following makes reverse engineering difficult?

  1. Obfuscation

  2. pre verification

  3. compilation

  4. locale

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Code obfuscation deliberately makes software difficult to understand by transforming it into an equivalent but harder-to-read form. This protects intellectual property and makes reverse engineering significantly more challenging. Pre-verification, compilation, and locale are standard development processes not designed to prevent analysis.