adplus-dvertising
frame-decoration

Question

Where is the generic table API implemented?

a.

In NTDLL.DLL

b.

In KERNEL32.DLL

c.

In USER32.DLL

d.

In GDI32.DLL

Posted under Reverse Engineering

Answer: (a).In NTDLL.DLL Explanation:The generic table API is implemented in NTDLL.DLL.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Where is the generic table API implemented?

Similar Questions

Discover Related MCQs

Q. How can you locate relevant functions in NTDLL.DLL?

Q. What are some of the functions in the RTL group of APIs?

Q. What is the purpose of searching for binaries that use an undocumented API?

Q. How can a kernel-mode debugger help in locating code that uses a specific function systemwide?

Q. Which group of functions does the generic table API belong to?

Q. What is the function of RtlInitializeGenericTable?

Q. What is the purpose of the program GenericTable.EXE?

Q. What is RtlInitializeGenericTable?

Q. What is the purpose of RtlInitializeGenericTable?

Q. What is a calling convention?

Q. What is the default calling convention used in Windows?

Q. How does a RET instruction with a numeric operand provide information about a function's calling convention?

Q. Why is the function not a _fastcall calling convention?

Q. Why is the function not a C++ member function?

Q. What is the LEA instruction used for?

Q. What is the purpose of the RtlNumberGenericTableElements function?

Q. What does the RtlNumberGenericTableElements function return?

Q. What is the purpose of RtlIsGenericTableEmpty?

Q. What is the parameter that RtlIsGenericTableEmpty takes?

Q. How does RtlIsGenericTableEmpty determine if a data structure is empty?