adplus-dvertising
frame-decoration

Question

What special instructions does the IL instruction set include for activation records?

a.

Instructions that access the current activation record for function parameters and local variables

b.

Instructions that access the current activation record for global variables

c.

Instructions that access the current activation record for thread-local variables

d.

Instructions that access the current activation record for static variables

Posted under Reverse Engineering

Answer: (a).Instructions that access the current activation record for function parameters and local variables Explanation:The IL instruction set includes special instructions that access the current activation record for both function parameters and local variables.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What special instructions does the IL instruction set include for activation records?