Release version 1.3
Version 1.3:
- Some EDR controls (e.g., minifilter) deny access when a process attempts to obtain a file handle of its EDR processes (e.g., through
CreateFileW
). However, theFwpmGetAppIdFromFileName0
API, which is used to obtain the FWP app id of the targeted EDR process, callsCreateFileW
internally. To avoid this, a customFwpmGetAppIdFromFileName0
was implemented to construct the app id without invokingCreateFileW
, thus preventing unexpected failures when adding a WFP filter to an EDR process