adplus-dvertising
frame-decoration

Question

What happens to library functions once they are identified during decompilation?

a.

They are ignored and not decompiled

b.

They are decompiled like any other function

c.

They are optimized to improve the quality of the decompiled output

d.

They are converted into new library functions

Posted under Reverse Engineering

Answer: (a).They are ignored and not decompiled Explanation:Once library functions are identified during decompilation, they are generally ignored and not decompiled. The details regarding their data types are incorporated into the type-analysis process.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What happens to library functions once they are identified during decompilation?