Skip to content

Commit

Permalink
Update DriverAssistStart.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Mar 26, 2024
1 parent f95fff1 commit 69519f3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Sandboxie/core/svc/DriverAssistStart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,17 +165,18 @@ ULONG DriverAssist::StartDriverAsync(void *arg)
"32DE2C3B8E8859B6ECB6FF98BDF8DB15" "\r\n"
"A99F919ECD99AB7664CC7C136BDD4CA8" "\r\n"
"0CC1B62B7734DEFB4556F9E6E82AAABA" "\r\n"
"16B862ACAAA7DF4B79BEDCB4F3323450";
"16B862ACAAA7DF4B79BEDCB4F3323450" "\r\n"
"CAD7290FD6068ADD1C5BF550D6EB51D1";

const unsigned char BlockListSig0[] = {
0xf4, 0x6e, 0x38, 0xc4, 0x90, 0x28, 0x17, 0x68,
0x77, 0x0f, 0x5c, 0xa4, 0xbd, 0x71, 0xe9, 0x39,
0x1c, 0x9e, 0xa5, 0xa5, 0xf6, 0xe8, 0x11, 0x8a,
0x01, 0x14, 0x72, 0x0b, 0xef, 0x6c, 0x40, 0xfa,
0x0e, 0x09, 0x59, 0xdb, 0xe2, 0x89, 0x4f, 0x56,
0x63, 0x4c, 0xda, 0xa0, 0x9b, 0xde, 0x6d, 0xe0,
0xd6, 0x8c, 0x2d, 0xc8, 0xb5, 0xc1, 0x06, 0xb0,
0xbd, 0xe4, 0x2e, 0x24, 0x42, 0xad, 0xf2, 0x4c
0x9f, 0xb5, 0x15, 0xaf, 0x64, 0xd2, 0x26, 0x47,
0x62, 0xa5, 0xfe, 0x72, 0x40, 0x1f, 0xc2, 0x0a,
0x5c, 0xfb, 0x16, 0x6c, 0x95, 0x73, 0x83, 0xec,
0xa3, 0xdf, 0xa8, 0xa3, 0x22, 0x43, 0xf0, 0x0c,
0xc1, 0x88, 0x74, 0xa8, 0xb8, 0x69, 0x87, 0x9c,
0x1a, 0xb9, 0x06, 0xfb, 0x9a, 0x87, 0x88, 0x43,
0xee, 0xf6, 0xa9, 0xb0, 0xab, 0x08, 0xf4, 0x02,
0x47, 0x66, 0x15, 0x54, 0x69, 0xd7, 0xe5, 0x0a
};


Expand Down

0 comments on commit 69519f3

Please sign in to comment.