Skip to content

Commit

Permalink
i#2498 bcrypt init: Add bcrypt.dll to allowlist (#2516)
Browse files Browse the repository at this point in the history
Adds bcrypt.dll to the allowlist of known libraries we expect to
potentially see inside the drmemory.exe process.

Issue: #2498
  • Loading branch information
derekbruening authored Sep 24, 2024
1 parent 1aea781 commit f306b74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drmemory/frontend.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* **********************************************************
* Copyright (c) 2010-2021 Google, Inc. All rights reserved.
* Copyright (c) 2010-2024 Google, Inc. All rights reserved.
* Copyright (c) 2010 VMware, Inc. All rights reserved.
* **********************************************************/

Expand Down Expand Up @@ -486,6 +486,7 @@ static const TCHAR * const known_libs[] = {
L"apphelp.dll",
L"cryptbase.dll",
L"bcryptprimitives.dll",
L"bcrypt.dll",
L"sspicli.dll",
L"rpcrt4.dll",
L"advapi32.dll",
Expand Down

0 comments on commit f306b74

Please sign in to comment.