adplus-dvertising
frame-decoration

Question

What does br 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: (c).Unconditionally branches into the specified instruction Explanation:br unconditionally branches into the specified instruction.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What does br do in IL?