adplus-dvertising
frame-decoration

Question

What should you check to confirm that a class method call is a regular, nonvirtual call?

a.

That the function's address is embedded into the code

b.

That it is obtained through a function table

c.

That the function is called using the ECX register

d.

None of the above

Posted under Reverse Engineering

Answer: (a).That the function's address is embedded into the code Explanation:To confirm that a class method call is a regular, nonvirtual call, you should check that the function's address is embedded into the code and that it is not obtained through a function table.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What should you check to confirm that a class method call is a regular, nonvirtual call?