
Super simple Windows API test
Created on 21st March 2024
2 plays
14 Questions
No Description
Questions (14)
1. What is the third argument of the IoCreateDevice function?
PUNICODE_STRING
4 choice options
2. What method is used to register a minifilter driver with the filter manager?
FltRegisterFilter
4 choice options
3. What is the third argument of the FltCreateFile function?
FileHandle
4 choice options
4. What is the third argument of the FltCreateCommunicationPort function?
ObjectAttributes
4 choice options
5. What method is used to detach a minifilter driver from a volume?
FltDetachVolume
4 choice options
6. What is the third argument of the IoCreateNotificationEvent function?
There is no third argument
4 choice options
7. What method is used to create a new file object in a minifilter driver?
FltCreateFile
4 choice options
8. What is the return type of ExAllocatePoolWithTag?
PVOID
4 choice options
9. What is the third argument of the FltCreateCommunicationPort function?
ObjectAttributes
4 choice options
10. What method is used to allocate a new MDL in a minifilter driver?
IoAllocateMdl
4 choice options
11. What is the return type of IoCreateFile?
NTSTATUS
4 choice options
12. In FAT32, what is the largest file size?
None of the above
4 choice options
13. What is the difference between Gen 1 and Gen 2 hypervisors?
Gen 1 - The hypervisor is managing resources Gen 2 - The main OS is a guest VM and it manages resources
4 choice options
14. In UEFI development, what function cannot be called after the boot process is finished and the operating system is live?
CalculateCrc32
4 choice options