Skip to content

Commit

Permalink
Add comments in encrypt-data-using-dpapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtothej committed May 17, 2024
1 parent 8ea0993 commit eecaabe
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ rule:
- and:
- match: link function at runtime on Windows
- or:
# RtlEncryptMemory is available as SystemFunction040 export in Advapi32.dll
# CryptProtectMemory is a wrapper function for SystemFunction040
- string: "SystemFunction040"
# RtlDecryptMemory is available as SystemFunction041 export in Advapi32.dll
# CryptUnprotectMemory is a wrapper function for SystemFunction041
- string: "SystemFunction041"

0 comments on commit eecaabe

Please sign in to comment.