Commit 8988bcd
refactor: remove redundant FindFirstFile interception
NtQueryDirectoryFile is already being intercepted at NT level, which
correctly captures READ_DIR accesses when programs enumerate directories.
The FindFirstFile Win32 API interception was unnecessary as it's just a
wrapper around the NT API.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 07d4ddb commit 8988bcd
3 files changed
Lines changed: 1 addition & 152 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 0 additions & 149 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
0 commit comments