adplus-dvertising
frame-decoration

Question

What is the purpose of ldarg and starg 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 arguments to and from the evaluation stack

d.

None of the above

Posted under Reverse Engineering

Answer: (c).To load and store arguments to and from the evaluation stack Explanation:ldarg and starg instructions load and store arguments 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 ldarg and starg instructions?