Skip to content

Commit

Permalink
Update DriverAssistStart.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Oct 19, 2023
1 parent 13645c0 commit 5cdcdba
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions Sandboxie/core/svc/DriverAssistStart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,20 +152,23 @@ ULONG DriverAssist::StartDriverAsync(void *arg)
"54F2DF068889C1789AE9D7E948618EB6" "\r\n"
"665FBAD025408A5B9355230EBD3381DC" "\r\n"

"63F49D96BDBA28F8428B4A5008D1A587" "\r\n"

"622D831B13B70B7CFFEC12E3778BF740" "\r\n"
"2FDEB3584ED4DA007C2A1D49CFFF1062" "\r\n"
"413616148FA9D3793B0E9BA4A396D3EE" "\r\n"
"CC4DCCD36A13097B4478ADEB0FEF00CD" "\r\n"
"32DE2C3B8E8859B6ECB6FF98BDF8DB15" ;

const unsigned char BlockListSig0[64] = {
0x18, 0xd5, 0x23, 0x7f, 0x59, 0x06, 0xaf, 0xfa,
0x39, 0x3c, 0x5b, 0xa3, 0x69, 0x6a, 0x6a, 0xe8,
0x91, 0x5d, 0xaf, 0x1f, 0x99, 0xc3, 0x19, 0x0c,
0xf7, 0x07, 0x41, 0x44, 0xe8, 0xe6, 0x2b, 0x9b,
0x99, 0x75, 0xfe, 0x3f, 0x31, 0xd5, 0x0e, 0xe8,
0x16, 0x79, 0x49, 0xa6, 0x1c, 0x4b, 0x42, 0x4a,
0xaa, 0x7f, 0x68, 0x61, 0x70, 0xaf, 0x23, 0xfb,
0x3d, 0x50, 0x26, 0x5b, 0xbc, 0xe5, 0x6a, 0x2d
0x22, 0x45, 0x90, 0x69, 0x5f, 0xb1, 0x3c, 0x7f,
0x8b, 0xbf, 0x9e, 0xd0, 0x75, 0x01, 0xaf, 0x2a,
0x92, 0x70, 0x5c, 0x1a, 0xe8, 0xc1, 0x8e, 0x5f,
0xcf, 0x36, 0x0f, 0xb3, 0xbd, 0x8d, 0x60, 0x02,
0x37, 0x1a, 0xa5, 0x3a, 0xea, 0x14, 0x32, 0xd1,
0x2e, 0xce, 0x86, 0x02, 0xe3, 0x21, 0x33, 0x0f,
0x7e, 0xa2, 0x93, 0xc9, 0xd8, 0x24, 0xfd, 0xed,
0x01, 0x62, 0x77, 0x59, 0x36, 0x16, 0xc7, 0x49
};

std::string BlockList;
Expand Down

0 comments on commit 5cdcdba

Please sign in to comment.