adplus-dvertising
frame-decoration

Question

What is the downside of offline code analysis?

a.

It provides a good outline of the program

b.

It makes it easy to search for specific functions that are of interest

c.

It requires a better understanding of the code

d.

It provides more information compared to live analysis

Posted under Reverse Engineering

Answer: (c).It requires a better understanding of the code Explanation:The downside of offline code analysis is usually that it requires a better understanding of the code (compared to live analysis) because you can't see the data that the program deals with and how it flows.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the downside of offline code analysis?