adplus-dvertising
frame-decoration

Question

What does the comparison of EDI against -1 in RtlGetElementGenericTable signify?

a.

It is a classic case of interleaved code

b.

It is a failure or error condition

c.

It is part of a compound conditional statement

d.

It is a check on the second parameter passed to the function

Posted under Reverse Engineering

Answer: (d).It is a check on the second parameter passed to the function Explanation:The comparison of EDI against -1 in RtlGetElementGenericTable is a check on the second parameter passed to the function.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What does the comparison of EDI against -1 in RtlGetElementGenericTable signify?