adplus-dvertising
frame-decoration

Question

What does ret do in IL?

a.

Loads a constant into the evaluation stack

b.

Calls a method and returns from it

c.

Unconditionally branches into the specified instruction

d.

Converts a value type to an object reference

Posted under Reverse Engineering

Answer: (b).Calls a method and returns from it Explanation:ret returns from a method.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What does ret do in IL?