adplus-dvertising
frame-decoration

Question

What does ldc do in IL?

a.

Loads a local variable onto the stack

b.

Loads a field of an object

c.

Loads a constant into the evaluation stack

d.

Loads an argument onto the stack

Posted under Reverse Engineering

Answer: (c).Loads a constant into the evaluation stack Explanation:ldc loads a constant into 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 does ldc do in IL?