Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ rule:
# wanted, but the routine is resolved via GetProcAddress into a global
# - api: ntdll.NtCreateFile

- api: kernel32.CreateEvent
- string: "\\Device\\Afd\\Endpoint"
- or:
- description: a hardcoded byte array that provides the socket details to the AFD driver via "extended attributes".
Expand Down Expand Up @@ -77,6 +76,7 @@ rule:
- optional:
- api: NtCreateFile
- api: NtDeviceIoControlFile
- api: kernel32.CreateEvent
- api: kernel32.WaitForSingleObject
- number: 0x12003 = IOCTL_AFD_BIND
- number: 0x12007 = IOCTL_AFD_CONNECT
Expand Down
Loading