adplus-dvertising
frame-decoration

Question

What is the purpose of ldfld and stfld instructions?

a.

To load and store local variables to and from the evaluation stack

b.

To load and store global variables to and from the evaluation stack

c.

To load and store fields of an object to and from the evaluation stack

d.

None of the above

Posted under Reverse Engineering

Answer: (c).To load and store fields of an object to and from the evaluation stack Explanation:ldfld and stfld instructions are used to load and store fields of an object to and from the evaluation stack.

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 purpose of ldfld and stfld instructions?